Skip to content

Commit cc4279c

Browse files
authored
batch_norm.rst: == should be =
1 parent f71ce6c commit cc4279c

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)