Skip to content

Commit 33b5d6d

Browse files
authored
Update autograd_tutorial.py
Updated link to momentum article on TDS
1 parent d627981 commit 33b5d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/blitz/autograd_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
loss.backward() # backward pass
6868

6969
############################################################
70-
# Next, we load an optimizer, in this case SGD with a learning rate of 0.01 and `momentum <https://towardsdatascience.com/stochastic-gradient-descent-with-momentum-a84097641a5d>`__ of 0.9.
70+
# Next, we load an optimizer, in this case SGD with a learning rate of 0.01 and `momentum <https://medium.com/data-science/stochastic-gradient-descent-with-momentum-a84097641a5d>`__ of 0.9.
7171
# We register all the parameters of the model in the optimizer.
7272
#
7373

0 commit comments

Comments
 (0)