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.
1 parent 4be0618 commit 657f138Copy full SHA for 657f138
beginner_source/former_torchies/autograd_tutorial_old.py
@@ -120,7 +120,7 @@
120
print(x.grad)
121
122
###############################################################
123
-# You can also stops autograd from tracking history on Tensors
+# You can also stop autograd from tracking history on Tensors
124
# with requires_grad=True by wrapping the code block in
125
# ``with torch.no_grad():``
126
print(x.requires_grad)
0 commit comments