We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a72e9 commit ab57876Copy full SHA for ab57876
docs/source/notes/autograd.rst
@@ -222,7 +222,7 @@ Evaluation Mode (``nn.Module.eval()``)
222
Evaluation mode is not actually a mechanism to locally disable gradient computation.
223
It is included here anyway because it is sometimes confused to be such a mechanism.
224
225
-Functionally, ``module.eval()`` (or equivalently ``module.train()``) are completely
+Functionally, ``module.eval()`` (or equivalently ``module.train(False)``) are completely
226
orthogonal to no-grad mode and inference mode. How ``model.eval()`` affects
227
your model depends entirely on the specific modules used in your model and
228
whether they define any training-mode specific behavior.
0 commit comments