Search code examples
Mapping Over Arrays of Functions in JAX...

pythonjax

Read More
JAX TypeError: 'Device' object is not callable...

pythonjax

Read More
Using Jax Jit on a method as decorator versus applying jit function directly...

pythonpython-decoratorsjax

Read More
Jax vmap limit memory...

pythonjax

Read More
Zero length error of non-zero length array...

jaxgymnasium

Read More
AttributeError: module 'flax.traverse_util' has no attribute 'unfreeze'...

pythonattributeerrorjaxflax

Read More
Jax jitting of kd-tree code taking an intractably long amount of time...

pythonscipyjitjaxkdtree

Read More
Execution of conditional branches causing errors in Jax (kd-tree implementation)...

pythonjaxkdtree

Read More
JAX/Equinox pipeline slows down after adding an integer argument to a loss function...

jaxequinox

Read More
Why does Mypy think adding two Jax arrays returns a numpy array?...

pythonpython-typingmypyjax

Read More
Dictionary indexing with Numpy/Jax...

pythonnumpydictionaryjitjax

Read More
weird shape when indexing a jax array...

pythonnumpyjax

Read More
Taking derivatives with multiple inputs in JAX...

pythonmachine-learningdeep-learningjaxautomatic-differentiation

Read More
Jax vmap with lax scan having different sequence length in batch dimension...

pythonpytorchjax

Read More
Colab, Jax, and GPU: why does cell execution take 60 seconds when %%timeit says it only takes 70 ms?...

pythonjupyter-notebookgoogle-colaboratoryjax

Read More
Implementing a vectorized function over LinkedLists using Jax’s vmap function...

pythonmachine-learningvectorizationjax

Read More
Comparison of two approaches of exponentiating elements of a matrix...

performancenumpyjax

Read More
Simplest equivalent implementation of numpy.ma.notmasked_edges() for use in JAX...

numpynumpy-ndarrayjaxnumpy-slicing

Read More
How to get value of jaxlib.xla_extension.ArrayImpl...

pythonarraysjax

Read More
Why is Flax Linear layer not identical to matrix multiplication?...

matrix-multiplicationjaxflax

Read More
Using JAX ndarray.at apply(ufunc) with arguments...

jax

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

pythongoogle-colaboratoryjaxstable-diffusion

Read More
how to log activation values using jax...

jax

Read More
jax complaining about static start/stop/step...

pythonjax

Read More
Multiplying chains of matrices in JAX...

pythonjax

Read More
TypeError: unhashable type: 'ArrayImpl' when trying to use Equinox module with jax.lax.scan...

pythonjaxequinoxcomputation-graph

Read More
How to set a new learning rate manually in optax optimizer?...

jaxadam

Read More
Test jax.pmap before deploying on multi-device hardware...

multiprocessingtpujaxpmap

Read More
Why JAX is considering same list as different data structure depending on appending a new array insi...

pythonjitjaxtensorflow-xla

Read More
jax parallel multiplication of pairs of matrix with different shapes...

pythonjax

Read More
BackNext