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 2dddbd9 commit 2855a42Copy full SHA for 2855a42
beginner_source/basics/autogradqs_tutorial.py
@@ -130,7 +130,7 @@
130
131
######################################################################
132
# There are reasons you might want to disable gradient tracking:
133
-# - To mark some parameters in your neural network at **frozen parameters**. This is
+# - To mark some parameters in your neural network as **frozen parameters**. This is
134
# a very common scenario for
135
# `finetuning a pretrained network <https://pytorch.org/tutorials/beginner/finetuning_torchvision_models_tutorial.html>`__
136
# - To **speed up computations** when you are only doing forward pass, because computations on tensors that do
0 commit comments