Search code examples
Parallelize with JAX over all GPU cores...


pythonmachine-learningoptimizationparallel-processingjax

Read More
How to extract chunks of a 2D numpy array that has been flattened...


pythonnumpynumpy-slicingjaxpde

Read More
Migration from haiku: Alternative to Haiku's PRNGSequence?...


jaxdm-haiku

Read More
how does the bind() function work in JAX when making a new primitive?...


pythonjax

Read More
Is it possible to obtain values from jax traced arrays with dynamicjaxprtrace level larger than 1 us...


pythonjax

Read More
Does Haiku cache parameters when combined with jax.vmap?...


cachingjaxhaiku

Read More
Computing the gradient of a batched function using JAX...


machine-learningjaxflax

Read More
How to compute the number of gradient evaluations in Jax.Scipy.minimize.optimize?...


jax

Read More
How to apply constraints to optimisation in jax.scipy.optimize.minimize...


jax

Read More
pytorch and jax networks give different accuracy with same settings...


pytorchjax

Read More
Jaxlib 0.4.7 can't be installed or built in my OSX 10.13, Python 3.9.13...


python-3.xpipjax

Read More
How to make a function a valid jax type?...


jax

Read More
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
BackNext