No module named 'jax.experimental.global_device_array' when running the official Flax Exampl...
Read MoreJit a JAX function that select a function from a dictionary...
Read MoreFail to understand the usage of partial argument in Flax Resnet Official Example...
Read MoreFailing to implement logistic regression using 'equinox' and 'optax' library...
Read MoreIs there a way to accept a function while taking the gradient using jax.grad?...
Read MoreHigh Memory Consumption in JAX with Nested vmap...
Read MoreCalling an initialized function from a list inside a jitted JAX function...
Read MoreConfused about evaluating vector-Jacobian-product with non-identity vectors (JAX)...
Read Morecomputational complexity of higher order derivatives with AD in jax...
Read MoreJAX: unable to jnp.where with known sizes inside a pmap...
Read MoreWhat is a pure functional version of this Jax function?...
Read Moreusing jax lax scan with inputs that don't change across iterations within scan but are different...
Read MoreAdding a new layer to a stax.serial object...
Read Morefitting a model perfectly using jax in machine learning...
Read MoreHow to use and interpret JAX Vector-Jacobian Product (VJP) for this example?...
Read MoreWhat is the correct way to define a vectorized (jax.vmap) function in a class?...
Read MoreReturning a distribution object from a jittable function...
Read MoreDenseElementsAttr could not be constructed from the given buffer...
Read MorePython function minimization not changing optimization variables...
Read MoreWhat is the recommended way to do embeddings in jax?...
Read MoreDefining the correct vectorization axes for JAX vmap with arrays of different shapes and sizes...
Read MoreEfficient use of JAX for conditional function evaluation based on an array of integers...
Read Moreusing jax.vmap to vectorize along with broadcasting...
Read MoreUnable to import tensorflow_probability.substrates.jax...
Read MoreHow to re-write this control-flow Python function to be JAX-compatible?...
Read More