Search code examples
How to implement the next function (the use of Dynamic Shapes) in JAX?...


pythonjax

Read More
Vectorizing power of `jax.grad`...


pythonloopsvectorizationjax

Read More
Getting derivatives of NNs according to its inputs by batches in JAX...


pythondeep-learningjaxautogradflax

Read More
JAX `grad` error for function with `jax.lax.switch` and compound boolean conditions...


pythonbooleangradientjax

Read More
`jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called o...


jax

Read More
How to use JAX pmap with CPU cores...


jax

Read More
Unexpected behavior of JAX `vmap` for multiple arguments...


pythonarraysvectorizationjax

Read More
How is it possible that jax vmap returns not iterable?...


pythonjax

Read More
Why do I get different values from jnp.round and np.round?...


arraysnumpyroundingjax

Read More
finding the maximum of a function using jax...


pythongradient-descentjax

Read More
Custom JVP and VJP for higher order functions in JAX...


pythonfunctionhigher-order-functionsjaxautodiff

Read More
JAX python C callbacks...


pythonnumbajax

Read More
How to loop a random number of times in jax with jit compilation?...


pythonrandomjitjax

Read More
Update JAX array based on values in another array...


jax

Read More
Installing jaxlib for cuda 11.8...


ubuntupipjax

Read More
Conditional update in JAX?...


pythonautogradjax

Read More
Occurence of NaN in softmax & JIT issues...


pythonnanjitjax

Read More
How to understand and debug memory usage with JAX?...


pythonjax

Read More
Why does installing JAX with Docker create such a large image?...


linuxdockerjax

Read More
JAX dynamic slice inside of control flow function...


dynamicjitjax

Read More
Efficient copying of an ensemble in JAX...


pythonjax

Read More
Parallelize inference of ensemble...


pythonjax

Read More
Weighted sum of pytrees in JAX...


pythonjax

Read More
Reduce list of lists in JAX...


pythonjax

Read More
JAX grad: derivate with respect an specific variable in a matrix...


numpygradientjax

Read More
Negative Sampling in JAX...


pythonjax

Read More
How to implement nested for loops with branches efficiently in JAX...


pythonjax

Read More
JAX @jit for nested class method...


nestedjitjax

Read More
Why does jnp.einsum produce a different result from manual looping?...


numpyjax

Read More
Idiomatic ways to handle errors in JAX jitted functions...


pythonjax

Read More
BackNext