jax and flax not playing nicely with each other...
Read MoreEfficiently custom array creation routines in JAX...
Read MoreHow to handle PRNG splitting in a jax.vmap context?...
Read MoreWhy is JAX's jit compilation slower on the second run in my example?...
Read MoreRestoring flax model checkpoints using orbax throws ValueError...
Read MoreStoring and jax.vmap() over Pytrees...
Read MoreJIT: partial or with static argnums? Non hashable input, but hashable partial...
Read MoreUnable to Install Specific JAX jaxlib GPU version...
Read Morejax register_pytree_node_class and register_dataclass returns non consistent datatype: list and tupl...
Read MoreBatched matrix multiplication with JAX on GPU faster with larger matrices...
Read MoreComputing gradient using JAX of a function that outputs a list of arrays...
Read MoreModifying multiple dimensions of Jax array simultaneously...
Read MoreMapping Over Arrays of Functions in JAX...
Read MoreJAX TypeError: 'Device' object is not callable...
Read MoreUsing Jax Jit on a method as decorator versus applying jit function directly...
Read MoreZero length error of non-zero length array...
Read MoreAttributeError: module 'flax.traverse_util' has no attribute 'unfreeze'...
Read MoreJax jitting of kd-tree code taking an intractably long amount of time...
Read MoreExecution of conditional branches causing errors in Jax (kd-tree implementation)...
Read MoreJAX/Equinox pipeline slows down after adding an integer argument to a loss function...
Read MoreWhy does Mypy think adding two Jax arrays returns a numpy array?...
Read MoreDictionary indexing with Numpy/Jax...
Read Moreweird shape when indexing a jax array...
Read MoreTaking derivatives with multiple inputs in JAX...
Read MoreJax vmap with lax scan having different sequence length in batch dimension...
Read More