Search code examples
What are the tradeoffs between jax.lax.map and jax.vmap?...


pythonjax

Read More
How to slice jax arrays using jax tracer?...


jax

Read More
Selecting all elements of subsets if at least one element is selected (JAX)...


pythonnumpyjax

Read More
Creating a jax array using existing jax arrays of different lengths throws error...


pythonjax

Read More
How to create a jax array and store dictionaries inside it later?...


pythonjax

Read More
Error using JAX, Array slice indices must have static start/stop/step...


numpyoptimizationjax

Read More
How to vectorize cho_solve?...


pythonjax

Read More
Passing the returned stacked output to jax.lax.scan...


pythonjax

Read More
is there a more efficient equivalent of np.sum(np.cumprod(1 / (1 + y*x)))?...


pythonnumpyjax

Read More
JAX vmap vs pmap vs Python multiprocessing...


parallel-processingmultiprocessingpython-multiprocessingjaxspmd

Read More
Oryx: How to `inverse` a JAX function with additional parameters...


pythonjaxoryx

Read More
How to vmap over cho_solve and cho_factor?...


pythonjax

Read More
How to wrap a numpy function to make it work with jax.numpy?...


pythonnumpyjaxautodiff

Read More
How can I test if a jitted Jax function creates new tensor or a view?...


pytorchlinear-algebrajitjaxtensorflow-xla

Read More
JAX's slow performance on simple loops...


loopsjax

Read More
Understanding how JAX's tracer vs static work...


pythonjax

Read More
Use JAX to convert TIFF images to JPG?...


jax

Read More
How to rewrite this JAX snippet to prevent TypeError: unhashable type: 'DynamicJaxprTracer'?...


pythonjitjax

Read More
data_format in JAX/FLAX...


jaxflax

Read More
How to write tensorboard events files without installing / importing TF or PyTorch?...


tensorboardjax

Read More
JAX code for minimizing Lennard-Jones potential for 2 points in Python gives unexpected results...


pythonmachine-learningoptimizationminimizationjax

Read More
How can I implement a vmappable sum over a dynamic range in Jax?...


pythonnumpyjaxautomatic-differentiationautodiff

Read More
How Jax use LAX-backend implementation of functions...


pythonjax

Read More
How to unroll the training loop so that Jax can train multiple steps in GPU/TPU...


jaxflax

Read More
jax.numpy.delete assume_unique_indices unexpected keyword argument...


pythonjax

Read More
The kernel dies with jax.random.PGRNKey...


pythonjax

Read More
Building a Neural Network using JAX...


pythonnumpydeep-learningneural-networkjax

Read More
Using JAX and Vectorizing a Function...


pythonjax

Read More
CuDNN error when running JAX on GPU with apptainer...


jaxapptainer

Read More
Local Jax variable not updating in `jit`ted function, but updating in standard?...


pythonjax

Read More
BackNext