Skip to content

Commit 3aeea5b

Browse files
committed
Fix typo
1 parent 330cbef commit 3aeea5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_nnx/guides/opt_cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We'll operate on the following fake data:
8888
Exponential Moving Average
8989
===========================
9090

91-
Neural network see increased robustness when, rather than using only the weights available at the end of training, we use an exponential moving average of the weights produced throughout training. It is easy to modify the standard Jax training loop to accomodate calculating exponential moving averages.
91+
Neural networks see increased robustness when, rather than using only the weights available at the end of training, we use an exponential moving average of the weights produced throughout training. It is easy to modify the standard Jax training loop to accomodate calculating exponential moving averages.
9292

9393
.. codediff::
9494
:title: NNX, Jax

0 commit comments

Comments
 (0)