Search code examples
Passing 4 arguments to a jit function with 4 parameters raises TypeError: jit() takes 1 positional a...


pythonjitjax

Read More
Grain (JAX) - equivalent to pyTorch `collect_fn` for batches...


pythonjax

Read More
Getting different results across different machines while training RL...


deep-learningreinforcement-learningjaxstable-baselines

Read More
How to correctly install JAX with CUDA on Linux when `jax[cuda12_pip]` consistently falls back to th...


pythonpipcudanvidiajax

Read More
JAX crashes with `CUDNN_STATUS_INTERNAL_ERROR` when using `joblib` or `multiprocessing`, but works i...


pythonmultiprocessingjaxjoblib

Read More
Gradient Error of Batch Norm That is Implemented from Scratch...


pythonjax

Read More
Does `jax` compilation save runtime memory by recognizing array elements that are duplicated by inde...


numpymemoryindexingcompilationjax

Read More
How to Make Batching Rule for Multiple Outputs...


pythonjax

Read More
How to Make Batching Rule Properly...


pythonjax

Read More
Subtlety in initializing attributes with methods in modules from the `equinox` `jax` library...


pythonclassconstructorjax

Read More
Wrap `jax.lax.fori_loop` to systematically override `upper<=lower` tracing behavior...


pythonfor-loopjax

Read More
`jax.lax.fori_loop` with equal `lower` and `upper` should produce no iteration, but body still execu...


pythonfor-loopjax

Read More
Sequential compilation times of a jax-jitted recursive function...


recursioncachingjitjax

Read More
Using select_n to define a piecewise function...


jax

Read More
Are JAX operations already vectorized?...


pythonvectorizationjax

Read More
How to control hyperparameter within flax.nnx loss function using an optax.schedule?...


pythonjaxflaxnnx

Read More
JAX scanning over a array with additional argument...


pythonjax

Read More
JAX, recompilation when using closure for a function...


pythonjax

Read More
Not able to install jaxlib...


pythonnumpyinstallationpipjax

Read More
How is the execution of Jax and non-Jax parts interleaved in a Python program and when does an abstr...


pythonjax

Read More
Is it expected that vmapping over different input sizes for the same function impacts the accuracy o...


pythonfloating-pointgpujax

Read More
Does vmap correctly split the RNG keys?...


jaxflaxnnx

Read More
Would using lists rather than jax.numpy arrays lead to more accurate numerical transformations?...


pythonjaxflax

Read More
Configuration options varying between jax installs?...


jax

Read More
Unable to set cpu device count for jax parallelisation?...


multithreadingparallel-processingjax

Read More
Jax vmapping while loop...


jax

Read More
Looking for an efficent JAX function to reconstruct an image from patches...


pythonmachine-learningdeep-learningcomputer-visionjax

Read More
How to select between using a `jax.lax.scan` vs a `for` loop when using JAX?...


pythonjax

Read More
JAX Point Cloud Processing: Slow index_points_3d operation causing extreme XLA fusion loops in backp...


pythonindexingpoint-cloudsjaxxla

Read More
Why some nested python functions are defined as `def _():`...


pythonjax

Read More
BackNext