Passing 4 arguments to a jit function with 4 parameters raises TypeError: jit() takes 1 positional a...
Read MoreGrain (JAX) - equivalent to pyTorch `collect_fn` for batches...
Read MoreGetting different results across different machines while training RL...
Read MoreHow to correctly install JAX with CUDA on Linux when `jax[cuda12_pip]` consistently falls back to th...
Read MoreJAX crashes with `CUDNN_STATUS_INTERNAL_ERROR` when using `joblib` or `multiprocessing`, but works i...
Read MoreGradient Error of Batch Norm That is Implemented from Scratch...
Read MoreDoes `jax` compilation save runtime memory by recognizing array elements that are duplicated by inde...
Read MoreHow to Make Batching Rule for Multiple Outputs...
Read MoreHow to Make Batching Rule Properly...
Read MoreSubtlety in initializing attributes with methods in modules from the `equinox` `jax` library...
Read MoreWrap `jax.lax.fori_loop` to systematically override `upper<=lower` tracing behavior...
Read More`jax.lax.fori_loop` with equal `lower` and `upper` should produce no iteration, but body still execu...
Read MoreSequential compilation times of a jax-jitted recursive function...
Read MoreUsing select_n to define a piecewise function...
Read MoreAre JAX operations already vectorized?...
Read MoreHow to control hyperparameter within flax.nnx loss function using an optax.schedule?...
Read MoreJAX scanning over a array with additional argument...
Read MoreJAX, recompilation when using closure for a function...
Read MoreHow is the execution of Jax and non-Jax parts interleaved in a Python program and when does an abstr...
Read MoreIs it expected that vmapping over different input sizes for the same function impacts the accuracy o...
Read MoreDoes vmap correctly split the RNG keys?...
Read MoreWould using lists rather than jax.numpy arrays lead to more accurate numerical transformations?...
Read MoreConfiguration options varying between jax installs?...
Read MoreUnable to set cpu device count for jax parallelisation?...
Read MoreLooking for an efficent JAX function to reconstruct an image from patches...
Read MoreHow to select between using a `jax.lax.scan` vs a `for` loop when using JAX?...
Read MoreJAX Point Cloud Processing: Slow index_points_3d operation causing extreme XLA fusion loops in backp...
Read MoreWhy some nested python functions are defined as `def _():`...
Read More