Search code examples
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
Why is array manipulation in JAX much slower?...


pythonarraysnumpyperformancejax

Read More
JIT: partial or with static argnums? Non hashable input, but hashable partial...


pythonjitjax

Read More
Freezing filtered parameter collections with Flax.nnx...


pythonjaxflax

Read More
DIfference in variable values in jax non-jit runtime and jit transformed runtime...


pythondeep-learningpytorchartificial-intelligencejax

Read More
Reproducibility of JAX calculations...


gpureinforcement-learningjaxmulti-agent-reinforcement-learning

Read More
Flax nnx / jax: tree.map for layers of incongruent size...


pythonjaxflax

Read More
Why is Jax treating floating point values as tracers rather than concretizing them when nesting jitt...


pythonjax

Read More
How to get get the index position of a value with jit?...


jax

Read More
General way to define JAX functions with non-differentiable arguments...


pythonfunctionjaxautomatic-differentiation

Read More
Why does JAX's grad not always print inside the cost function?...


pythonjax

Read More
How can I apply member functions of a list of objects across slices of a JAX array using vmap?...


pythonjax

Read More
Migration from haiku: Alternative to Haiku's PRNGSequence?...


jaxdm-haiku

Read More
Struggling to understand nested vmaps in JAX...


jax

Read More
Jax numpy extracting non-nan values gives NonConcreteBooleanIndexError...


numpyindexingvectorizationjax

Read More
Problems when boolean indexing in Jax, getting NonConcreteBooleanIndexError...


pythonjaxboolean-indexing

Read More
How to restore a orbax checkpoint with jax/flax?...


pythondeep-learningjaxflax

Read More
How to use jax.vmap with a tuple of flax TrainStates as input?...


reinforcement-learningjaxflaxmulti-agent-reinforcement-learning

Read More
Turn a tf.data.Dataset to a jax.numpy iterator...


pythontensorflownumpy-ndarrayjax

Read More
Serialization in JAX...


jax

Read More
Count onto 2D JAX coordinates of another 2D array...


jax

Read More
How to do jittable masked get?...


jax

Read More
BackNext