Skip to content

Commit 2855a42

Browse files
authored
fix: Autogradsqs_tutorial typo (pytorch#1646)
Fixed typo, at -> as
1 parent 2dddbd9 commit 2855a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/autogradqs_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130

131131
######################################################################
132132
# There are reasons you might want to disable gradient tracking:
133-
# - To mark some parameters in your neural network at **frozen parameters**. This is
133+
# - To mark some parameters in your neural network as **frozen parameters**. This is
134134
# a very common scenario for
135135
# `finetuning a pretrained network <https://pytorch.org/tutorials/beginner/finetuning_torchvision_models_tutorial.html>`__
136136
# - To **speed up computations** when you are only doing forward pass, because computations on tensors that do

0 commit comments

Comments
 (0)