Does vmap correctly split the RNG keys?...
Read MoreWould using lists rather than jax.numpy arrays lead to more accurate numerical transformations?...
Read MoreConfiguration options varying between jax installs?...
Read MoreUnable to set cpu device count for jax parallelisation?...
Read MoreLooking for an efficent JAX function to reconstruct an image from patches...
Read MoreHow to select between using a `jax.lax.scan` vs a `for` loop when using JAX?...
Read MoreJAX Point Cloud Processing: Slow index_points_3d operation causing extreme XLA fusion loops in backp...
Read MoreWhy some nested python functions are defined as `def _():`...
Read MoreWhy is array manipulation in JAX much slower?...
Read MoreJIT: partial or with static argnums? Non hashable input, but hashable partial...
Read MoreFreezing filtered parameter collections with Flax.nnx...
Read MoreDIfference in variable values in jax non-jit runtime and jit transformed runtime...
Read MoreReproducibility of JAX calculations...
Read MoreFlax nnx / jax: tree.map for layers of incongruent size...
Read MoreWhy is Jax treating floating point values as tracers rather than concretizing them when nesting jitt...
Read MoreHow to get get the index position of a value with jit?...
Read MoreGeneral way to define JAX functions with non-differentiable arguments...
Read MoreWhy does JAX's grad not always print inside the cost function?...
Read MoreHow can I apply member functions of a list of objects across slices of a JAX array using vmap?...
Read MoreMigration from haiku: Alternative to Haiku's PRNGSequence?...
Read MoreStruggling to understand nested vmaps in JAX...
Read MoreJax numpy extracting non-nan values gives NonConcreteBooleanIndexError...
Read MoreProblems when boolean indexing in Jax, getting NonConcreteBooleanIndexError...
Read MoreHow to restore a orbax checkpoint with jax/flax?...
Read MoreHow to use jax.vmap with a tuple of flax TrainStates as input?...
Read MoreTurn a tf.data.Dataset to a jax.numpy iterator...
Read MoreCount onto 2D JAX coordinates of another 2D array...
Read More