google / flax

Flax is a neural network library for JAX that is designed for flexibility.
https://flax.readthedocs.io
Apache License 2.0
6.01k stars 635 forks source link

Fix typo in `nnx_basics` doc #4047

Closed rajasekharporeddy closed 3 months ago

rajasekharporeddy commented 3 months ago

Fixed typo from without the no need for to without the need for.

Fixes #4046

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (31adb00) to head (956ad6b). Report is 55 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4047 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 106 107 +1 Lines 13582 13760 +178 ====================================== - Misses 13582 13760 +178 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cgarciae commented 3 months ago

Thanks @rajasekharporeddy for doing this!