You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <burkealanna@meta.com>
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
# 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.
71
71
# We register all the parameters of the model in the optimizer.
0 commit comments