Search code examples
Returning a distribution object from a jittable function...


pythonjitjax

Read More
DenseElementsAttr could not be constructed from the given buffer...


jax

Read More
Python function minimization not changing optimization variables...


pythonoptimizationscipy-optimize-minimizejax

Read More
Caching Behavior in JAX...


pythonjitjax

Read More
Nested vmap in pmap - JAX...


pythonparallel-processingjax

Read More
What is the recommended way to do embeddings in jax?...


jax

Read More
Defining the correct vectorization axes for JAX vmap with arrays of different shapes and sizes...


numpymultidimensional-arrayindexingarray-broadcastingjax

Read More
Efficient use of JAX for conditional function evaluation based on an array of integers...


numpymultidimensional-arrayconditional-statementsvectorizationjax

Read More
using jax.vmap to vectorize along with broadcasting...


pythonjax

Read More
JAX best way to iterate RNGKeys?...


pythonjax

Read More
Unable to import tensorflow_probability.substrates.jax...


pythontensorflowanacondajaxtensorflow-probability

Read More
How to re-write this control-flow Python function to be JAX-compatible?...


pythonnumpyjitcontrol-flowjax

Read More
Why is this JAX jitted function so much slower than the non-jitted JAX version?...


pythonnumpytimejitjax

Read More
jax minimization with stochastically estimated gradients...


randommathematical-optimizationscipy-optimizejaxautomatic-differentiation

Read More
jax automatic differentiation...


pythontensorflowjaxautomatic-differentiation

Read More
Why is JAX jit needed for jax.numpy operations?...


jaxtensorflow-xla

Read More
Given batch of samples find x,y positions - python, jax...


pythonnumpycoordinatesjax

Read More
JAX GPU memory usage even with CPU allocation...


pythongpujax

Read More
JAX pmap with multi-core CPU...


multicorejaxpmap

Read More
jax return 0 if condition, continue if not in a jitted function...


pythonif-statementjitjax

Read More
Is there a way to return tuple of mixed variables in Jax helper function?...


jax

Read More
Updating entire row or column of a 2D array in JAX...


pythonmatrixmultidimensional-arrayjax

Read More
What is the proper way to update multiple indexes of 2D (or multiple dimensions) Jax array at once?...


jax

Read More
jax.lax.select vs jax.numpy.where...


pythonnumpymachine-learningdeep-learningjax

Read More
Jax vmap, in_axes doesn't work if keyword argument is passed...


pythonjaxxlagoogle-jax

Read More
JAX: JIT compatible sparse matrix slicing...


pythonnumpyjax

Read More
How to isolate a subset of an array in a JAX JIT-compilable way?...


pythonjitjax

Read More
Using vmap in jax results in a pytree related error...


jax

Read More
How to un-JIT-compile a function which is called by a JIT-compiled function...


pythonjitjax

Read More
Why does jax.grad(lambda v: jnp.linalg.norm(v-v))(jnp.ones(2)) produce nans?...


pythonjaxautomatic-differentiation

Read More
BackNext