Search code examples
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
How to make a custom pytree node works with grad in JAX...


pythonjax

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
Is it possible to use jax.vmap for auto-batching if your function isn't jittable?...


jax

Read More
Apply function only on slice of array under jit...


pythonnumpyjax

Read More
Return a different class based on an optional flag in the arguments without factory...


pythoninstantiationjaxpython-class

Read More
Trying to install an older version of Jax...


pythonjax

Read More
How Can I Use GPU to Accelerate Image Augmentation?...


pythontensorflowkeraspytorchjax

Read More
jax and flax not playing nicely with each other...


lstmrecurrent-neural-networkjitjaxflax

Read More
Efficiently custom array creation routines in JAX...


numpynumpy-ndarrayjax

Read More
How to handle PRNG splitting in a jax.vmap context?...


pythonrandompython-3.8jax

Read More
BackNext