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 bc0ed92 commit f6fef37Copy full SHA for f6fef37
docs/source/autograd.rst
@@ -20,7 +20,7 @@ of a couple in-place methods, that would overwrite inputs required for
20
gradient computation). In most cases Tensors can be safely replaced with
21
Variables and the code will remain to work just fine. Because of this,
22
we're not documenting all the operations on variables, and you should
23
-refere to :class:`torch.Tensor` docs for this purpose.
+refer to :class:`torch.Tensor` docs for this purpose.
24
25
In-place operations on Variables
26
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments