Skip to content

Commit d9a63f1

Browse files
ssnlchsasank
authored andcommitted
1 parent 8f5c1e3 commit d9a63f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nlp/deep_learning_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
# attempting to do something more than just this vanilla gradient update.
173173
# Many attempt to vary the learning rate based on what is happening at
174174
# train time. You don't need to worry about what specifically these
175-
# algorithms are doing unless you are really interested. Torch provies
175+
# algorithms are doing unless you are really interested. Torch provides
176176
# many in the torch.optim package, and they are all completely
177177
# transparent. Using the simplest gradient update is the same as the more
178178
# complicated algorithms. Trying different update algorithms and different

0 commit comments

Comments
 (0)