Search code examples
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
I don't know how to do automatic differentiation of a neural network with two outputs...


pythonmachine-learningneural-networkjax

Read More
Purpose of stop gradient in `jax.nn.softmax`?...


pythonmachine-learningdeep-learningautogradjax

Read More
JAX: Passing a dictionary rather than arg nums to identify variables for autodifferentiation...


pythongradient-descentjax

Read More
JAX with JIT and custom differentiation...


pythonjaxnumpyro

Read More
Is there a way to update multiple indexes of Jax array at once?...


jax

Read More
Callback in JAX fori_loop...


jax

Read More
How to improve Julia's performance using just in time compilation (JIT)...


pythonoptimizationjuliajax

Read More
jax.lax.fori_loop Abstract tracer value encountered where concrete value is expected...


jax

Read More
Why does GPU memory increase when recreating and reassigning a JAX numpy array to the same variable ...


pythonmemorygpunvidiajax

Read More
`jax.jit` not improving in place update performance for large arrays?...


numpyjitjax

Read More
index `jax` array with variable dimension...


arraysnumpyjax

Read More
Cannot compute simple gradient of lambda function in JAX...


pythonautogradjax

Read More
BackNext