Skip to content

Commit

Permalink
batch_norm.rst: == should be =
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR authored Feb 2, 2025
1 parent f71ce6c commit cc4279c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/training_techniques/batch_norm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ collection.
Modifying ``flax.linen.apply``
******************************

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
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
need to consider the following:

* ``batch_stats`` must be passed as an input variable.
Expand Down

0 comments on commit cc4279c

Please sign in to comment.