We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934844 commit 5f0ca73Copy full SHA for 5f0ca73
beginner_source/blitz/autograd_tutorial.py
@@ -64,7 +64,7 @@
64
65
############################################################
66
# 다음으로, 옵티마이저(optimizer)를 불러옵니다.
67
-# 이 예제에서는 학습율(learning rate) 0.1과 `모멘텀(momentum) <https://towardsdatascience.com/stochastic-gradient-descent-with-momentum-a84097641a5d>`__
+# 이 예제에서는 학습률(learning rate) 0.1과 `모멘텀(momentum) <https://towardsdatascience.com/stochastic-gradient-descent-with-momentum-a84097641a5d>`__
68
# 0.9를 갖는 SGD입니다. 옵티마이저(optimizer)에 모델의 모든 매개변수를 등록합니다.
69
#
70
0 commit comments