Skip to content

roll back #4646 #4647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flax/nnx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ _**N**eural **N**etworks for JA**X**_ - | [docs](https://flax.readthedocs.io/en/
NNX is a JAX-based neural network library that focuses on providing the best development experience to make
building and experimenting with neural networks as easy and intuitive as possible.

* **Pythonic**: Modules are standard Python classes, promoting ease of use and a more familiar
development experience.
* **Pythonic**: Modules are standard Python classes, promoting ease of use and a more
familiar development experience.
* **Easy-to-use**: NNX provides a set of transforms that take care of state management, allowing
users to focus on building their models and training loops.
* **Expressive**: NNX allows fine-grained over the Module state with lifted transforms, enabling
Expand Down
Loading