-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
666 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
docs/api_reference/flax.experimental.nnx/training/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
flax.experimental.nnx.nnx.training | ||
---------------------------- | ||
|
||
Experimental API. See the `NNX page <https://flax.readthedocs.io/en/latest/experimental/nnx/index.html>`__ for more details. | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
metrics | ||
optimizer | ||
|
15 changes: 15 additions & 0 deletions
15
docs/api_reference/flax.experimental.nnx/training/metrics.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Metrics | ||
------------------------ | ||
|
||
.. automodule:: flax.experimental.nnx.metrics | ||
.. currentmodule:: flax.experimental.nnx.metrics | ||
|
||
.. autoclass:: Metric | ||
:members: | ||
.. autoclass:: Average | ||
:members: | ||
.. autoclass:: Accuracy | ||
:members: | ||
.. autoclass:: MultiMetric | ||
:members: | ||
|
8 changes: 8 additions & 0 deletions
8
docs/api_reference/flax.experimental.nnx/training/optimizer.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Optimizer | ||
------------------------ | ||
|
||
.. automodule:: flax.experimental.nnx.optimizer | ||
.. currentmodule:: flax.experimental.nnx.optimizer | ||
|
||
.. autoclass:: Optimizer | ||
:members: |
Oops, something went wrong.