Skip to content

Commit ab57876

Browse files
bhbbbbbpytorchmergebot
authored andcommitted
fix docs error in Autograd Mechanics
Fixes pytorch#74682 Pull Request resolved: pytorch#74807 Approved by: https://github.com/albanD
1 parent 91a72e9 commit ab57876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notes/autograd.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Evaluation Mode (``nn.Module.eval()``)
222222
Evaluation mode is not actually a mechanism to locally disable gradient computation.
223223
It is included here anyway because it is sometimes confused to be such a mechanism.
224224

225-
Functionally, ``module.eval()`` (or equivalently ``module.train()``) are completely
225+
Functionally, ``module.eval()`` (or equivalently ``module.train(False)``) are completely
226226
orthogonal to no-grad mode and inference mode. How ``model.eval()`` affects
227227
your model depends entirely on the specific modules used in your model and
228228
whether they define any training-mode specific behavior.

0 commit comments

Comments
 (0)