Search code examples
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 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
How to return last index with jnp.where in jit function...


pythonjitjax

Read More
Can jax.vmap() do a hstack()?...


pythonarraysjaxgoogle-jax

Read More
How can I use PyTorch 2.2 with Google Colab TPUs?...


pythonpytorchgoogle-colaboratoryjax

Read More
Does jax save the jaxpr of jit compiled functions?...


pythonjaxgoogle-jax

Read More
multivariate derivatives in jax - efficiency question...


pythonjax

Read More
jaxlib.xla_extension.XlaRuntimeError: INTERNAL: Failed to execute XLA Runtime executable: run time e...


pythondynamic-memory-allocationjax

Read More
JAX `custom_vjp` for functions with multiple outputs...


pythonjaxautomatic-differentiation

Read More
Can't calculate matrix exponential in python...


pythonscipyjax

Read More
JAX `vjp` fails for vmapped function with `custom_vjp`...


pythonvectorizationjaxautomatic-differentiation

Read More
Jax Implementation of function similar to Torch's 'Scatter'...


pythongraphdeep-learningpytorchjax

Read More
JAX `vjp` does not recognize cotangent argument with `custom_vjp`...


pythonfunctionjaxautomatic-differentiation

Read More
BackNext