Skip to content

Commit d935e53

Browse files
author
Flax Authors
committed
Merge pull request #4524 from cool-RR:patch-5
PiperOrigin-RevId: 725221248
2 parents 7efdfc8 + cc4279c commit d935e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/training_techniques/batch_norm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ collection.
141141
Modifying ``flax.linen.apply``
142142
******************************
143143

144-
When using :meth:`flax.linen.apply <flax.linen.apply>` to run your model with the ``train==True``
145-
argument (that is, you have ``use_running_average==False`` in the call to ``BatchNorm``), you
144+
When using :meth:`flax.linen.apply <flax.linen.apply>` to run your model with the ``train=True``
145+
argument (that is, you have ``use_running_average=False`` in the call to ``BatchNorm``), you
146146
need to consider the following:
147147

148148
* ``batch_stats`` must be passed as an input variable.

0 commit comments

Comments
 (0)