Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jax

How to Make Batching Rule for Multiple Outputs

python jax

JAX scan over a leading dimension (normal way) or with an index

python jax

Jax - Debugging NaN-values

is it possible to jit a function which uses jax.numpy.unique?

jit jax

Apply function only on slice of array under jit

python numpy jax

JAX: Why not using @jit yields -inf value but using it doesn't?

python jax

Handle varying shapes in jax numpy arrays (jit compatible)

python arrays shapes jit jax

Jax vectorization: vmap and/or numpy.vectorize?

python jax

Stable diffusion: AttributeError: module 'jax.random' has no attribute 'KeyArray'

How do I save an optimizer state of JAX trained model?

python machine-learning jax

Jaxlib pip installation failure

python windows pip jax

Vectorize jax.lax.cond with vmap

Test jax.pmap before deploying on multi-device hardware

multiprocessing tpu jax pmap

Nontransitive subclassing with numpy and jax

python numpy jax

Google JAX 1D convolutional neural network

JAX: JIT compatible sparse matrix slicing

python numpy jax

JAX pmap with multi-core CPU

multicore jax pmap

Performance drop when slicing jax.numpy arrays

python performance scipy jit jax

JAX vmap vs pmap vs Python multiprocessing