Search code examples
No module named 'jax.experimental.global_device_array' when running the official Flax Exampl...


jaxflax

Read More
Jit a JAX function that select a function from a dictionary...


pythondictionaryconditional-statementsjitjax

Read More
Fail to understand the usage of partial argument in Flax Resnet Official Example...


jaxflax

Read More
Failing to implement logistic regression using 'equinox' and 'optax' library...


deep-learninglogistic-regressionequinoxjax

Read More
Is there a way to accept a function while taking the gradient using jax.grad?...


neural-networkdifferential-equationsjax

Read More
High Memory Consumption in JAX with Nested vmap...


pythonmemoryvectorizationjax

Read More
Calling an initialized function from a list inside a jitted JAX function...


python-3.xjax

Read More
JAX VMAP Parallelization Details...


pythonvectorizationjax

Read More
Confused about evaluating vector-Jacobian-product with non-identity vectors (JAX)...


juliaderivativejaxautomatic-differentiationautodiff

Read More
JAX performance problems...


pythonjax

Read More
computational complexity of higher order derivatives with AD in jax...


tensorflowtorchjaxtaylor-seriesautomatic-differentiation

Read More
JAX: unable to jnp.where with known sizes inside a pmap...


pythonjax

Read More
What is a pure functional version of this Jax function?...


lambdaiteratorclosuresjax

Read More
using jax lax scan with inputs that don't change across iterations within scan but are different...


jitjax

Read More
Adding a new layer to a stax.serial object...


pythontensorflowdeep-learningneural-networkjax

Read More
fitting a model perfectly using jax in machine learning...


numpymachine-learningpytorchmodel-fittingjax

Read More
How to use and interpret JAX Vector-Jacobian Product (VJP) for this example?...


odedifferential-equationsjaxautomatic-differentiationautodiff

Read More
What is the correct way to define a vectorized (jax.vmap) function in a class?...


pythonvectorparallel-processingvectorizationjax

Read More
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
BackNext