We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7efdfc8 + cc4279c commit d935e53Copy full SHA for d935e53
docs/guides/training_techniques/batch_norm.rst
@@ -141,8 +141,8 @@ collection.
141
Modifying ``flax.linen.apply``
142
******************************
143
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
+When using :meth:`flax.linen.apply <flax.linen.apply>` to run your model with the ``train=True``
+argument (that is, you have ``use_running_average=False`` in the call to ``BatchNorm``), you
146
need to consider the following:
147
148
* ``batch_stats`` must be passed as an input variable.
0 commit comments