jax 0.4.34
0
Differentiate, compile, and transform Numpy code.
Contents
Differentiate, compile, and transform Numpy code.
Stars: 30195, Watchers: 30195, Forks: 2766, Open Issues: 1771The jax-ml/jax
repo was created 5 years ago and the last code push was 10 hours ago.
The project is extremely popular with a mindblowing 30195 github stars!
How to Install jax
You can install jax using pip
pip install jax
or add it to a project with poetry
poetry add jax
Package Details
- Author
- JAX team
- License
- Apache-2.0
- Homepage
- https://github.com/jax-ml/jax
- PyPi:
- https://pypi.org/project/jax/
- GitHub Repo:
- https://github.com/google/jax
Classifiers
Related Packages
Errors
A list of common jax errors.
Code Examples
Here are some jax
code examples and snippets.
GitHub Issues
The jax package has 1771 open issues on GitHub
- Incorrect gradient of function with segment_prod
- Allow comparing NamedShape to None
- Implement jax2tf scatter_* ops with no XLA
- unjitted_loop_body is not constantly re-compiled in the JIT tutorial
- Add GDA to the API pages
- [sparse] accept nse argument to sparse.empty()
- Efficient argmin/argmax for bool type arrays
- Fix auto-generated docstrings for JIT-compiled functions
- jax.numpy.nanpercentile with axis as tuple
- introduce
custom_batching.sequential_vmap
- Jitted function sometimes doesn't distinguish static arguments with different type
- Jax profiler won't work with Cuda 11.5
- jnp.[nan]argmin/max: implement keepdims
- jax.numpy: add where and initial arguments to nan reductions
- jax2tf no_xla implementation for scatter_*, advice requested