Search code examples
Convert for loop to jax.lax.scan...


pythonindex-errorjax

Read More
Why matrix multiplication results with JAX are different if the data is sharded differently on the G...


parallel-processinggpujax

Read More
vectorized minimization and root finding in jax...


pythonoptimizationscipyvectorizationjax

Read More
Cross dimensional segmented operation...


pythonnumpyjax

Read More
how to use jit with control flow and arrays without slowing down...


jax

Read More
how to make hashable datatype to use with jit?...


jax

Read More
What is the difference between xmap vs pmap as the parallel processing model?...


jax

Read More
aggregate calculation vmap jax...


pythonnumpyjax

Read More
How to use FLAX LSTM in 2023...


pythonlstmjaxflax

Read More
jax PRNG key error with tfp normal distribution...


pythontensorflowjax

Read More
Should models be trained using fori_loop?...


jaxflax

Read More
Does equinox (jax) do no batch dim broadcasting and expects you to use vmap instead?...


equinoxjax

Read More
How to select between different function based on a value of a parameter in flax?...


jaxflax

Read More
Is there a module to convert a tensorflow NN to Jax?...


pythontensorflowjax

Read More
JAX produces memory error for simple program on GPU...


memorygpujax

Read More
jax.errors.UnexpectedTracerError only when using jax.debug.breakpoint()...


pythondebuggingbreakpointsjaxgoogle-jax

Read More
Reason to return updated stack along with top element from pop() method...


pythonstackjax

Read More
JAX update breaks working code of linear algebra solver...


pythonjax

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