Skip to content

Commit 7a6978b

Browse files
asrjyAlannaBurkesvekars
authored
Update a link in the autograd_tutorial.py (#3382)
Updated link to momentum article on TDS The link to the momentum's article now points to a different article. Updated with the medium article of the same content. cc @svekars @sekyondaMeta @AlannaBurke @albanD @jbschlosser Co-authored-by: Alanna Burke <[email protected]> Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent de1ca9f commit 7a6978b

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)