how to vmap over multiple Dense instances in flax model? trying to avoid looping over a list of Dens...
Read Moreacme error - AttributeError: module 'jax' has no attribute 'linear_util'...
Read MoreHow can we cast a `ctypes.POINTER(ctypes.c_float)` to `int`?...
Read Morelooking for a tool to predict runtime of XLA-HLO computational graph...
Read MoreFlax neural network with nans in the outputs...
Read MoreJax ValueError: Incompatible shapes for broadcasting: shapes...
Read MoreCannot import name 'linear_util' from 'jax'...
Read Morejax: How do we solve the error: pmap was requested to map its argument along axis 0, which implies t...
Read Morewhat are the numbers in the operation names when profiling an application...
Read MoreNumpyro AR(1) mean switching model sampling incongrouencies...
Read MoreExecute function specifically on CPU in Jax...
Read MoreSlow JAX Optimization with ScipyBoundedMinimize and Optax - Seeking Speedup Strategies...
Read MoreEquivalent of `jax.lax.cond` for multiple boolean conditions...
Read MoreJax scan with dynamic number of iterations...
Read More"The truth value of an array with more than one element is ambiguous" when trying to train...
Read MoreUsing Orbax to checkpoint flax `TrainState` with new `CheckpointManager` API...
Read MoreHow to train a model using gradient descent with multioutput (vector-valued) loss function in JAX?...
Read MoreJAX jax.grad on simple function that takes an array: `ConcretizationTypeError: Abstract tracer value...
Read MoreHow to return last index with jnp.where in jit function...
Read MoreHow can I use PyTorch 2.2 with Google Colab TPUs?...
Read MoreDoes jax save the jaxpr of jit compiled functions?...
Read Moremultivariate derivatives in jax - efficiency question...
Read Morejaxlib.xla_extension.XlaRuntimeError: INTERNAL: Failed to execute XLA Runtime executable: run time e...
Read MoreJAX `custom_vjp` for functions with multiple outputs...
Read MoreCan't calculate matrix exponential in python...
Read MoreJAX `vjp` fails for vmapped function with `custom_vjp`...
Read MoreJax Implementation of function similar to Torch's 'Scatter'...
Read MoreJAX `vjp` does not recognize cotangent argument with `custom_vjp`...
Read More