Search code examples
Test jax.pmap before deploying on multi-device hardware...


multiprocessingtpujaxpmap

Read More
Why JAX is considering same list as different data structure depending on appending a new array insi...


pythonjitjaxtensorflow-xla

Read More
jax parallel multiplication of pairs of matrix with different shapes...


pythonjax

Read More
Finite basis physics-informed neural networks (FBPINNs) JAX problem...


neural-networkinterpolationphysicsjaxfluid-dynamics

Read More
Jax dynamic slicing tracer array...


pythonnormalizationjax

Read More
Why is custom pytree 'aux_data' traced after jax.jit() for jnp.array but not for np.array?...


pythonjaxequinox

Read More
What is an efficient method to calculate multiple "offset-traces" in JAX?...


pythonnumpymatrixjax

Read More
Add noise to parameters of ensemble in JAX...


pythonjax

Read More
Simultaneously going over different kinds of data with Keras training...


machine-learningkerasjax

Read More
How to restore a orbax checkpoint with jax/flax?...


pythondeep-learningjaxflax

Read More
Iterators in jit JAX functions...


pythonjitjax

Read More
how to vmap over multiple Dense instances in flax model? trying to avoid looping over a list of Dens...


vectorizationjaxflax

Read More
acme error - AttributeError: module 'jax' has no attribute 'linear_util'...


pythonjaxhaikuacme-deepmind

Read More
How can we cast a `ctypes.POINTER(ctypes.c_float)` to `int`?...


pythonctypesjax

Read More
looking for a tool to predict runtime of XLA-HLO computational graph...


tensorflow2.0jaxxla

Read More
Flax neural network with nans in the outputs...


pythontensorflowdeep-learningjaxflax

Read More
Jax ValueError: Incompatible shapes for broadcasting: shapes...


pythonvalueerrorjax

Read More
Cannot import name 'linear_util' from 'jax'...


pythonmachine-learningdeep-learningimporterrorjax

Read More
jax: How do we solve the error: pmap was requested to map its argument along axis 0, which implies t...


pythonneural-networkjaxpmap

Read More
what are the numbers in the operation names when profiling an application...


profilingprofilerjax

Read More
Numpyro AR(1) mean switching model sampling incongrouencies...


pythonjaxpyronumpyro

Read More
Execute function specifically on CPU in Jax...


pythonmemorycputpujax

Read More
Slow JAX Optimization with ScipyBoundedMinimize and Optax - Seeking Speedup Strategies...


pythonperformanceoptimizationjax

Read More
Equivalent of `jax.lax.cond` for multiple boolean conditions...


pythonconditional-statementsjitjax

Read More
Jax scan with dynamic number of iterations...


python-3.xjax

Read More
"The truth value of an array with more than one element is ambiguous" when trying to train...


pythonmachine-learningneural-networkjax

Read More
Using Orbax to checkpoint flax `TrainState` with new `CheckpointManager` API...


pythonjaxflax

Read More
How to install just XLA?...


tensorflowtensorflow2.0jaxtensorflow-xla

Read More
How to train a model using gradient descent with multioutput (vector-valued) loss function in JAX?...


pythonmachine-learningloss-functionjax

Read More
JAX jax.grad on simple function that takes an array: `ConcretizationTypeError: Abstract tracer value...


pythonnumpyjaxautograd

Read More
BackNext