Skip to content

Commit 5f0ca73

Browse files
authored
오타수정 (#682)
1 parent 7934844 commit 5f0ca73

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
@@ -64,7 +64,7 @@
6464

6565
############################################################
6666
# 다음으로, 옵티마이저(optimizer)를 불러옵니다.
67-
# 이 예제에서는 학습율(learning rate) 0.1과 `모멘텀(momentum) <https://towardsdatascience.com/stochastic-gradient-descent-with-momentum-a84097641a5d>`__
67+
# 이 예제에서는 학습률(learning rate) 0.1과 `모멘텀(momentum) <https://towardsdatascience.com/stochastic-gradient-descent-with-momentum-a84097641a5d>`__
6868
# 0.9를 갖는 SGD입니다. 옵티마이저(optimizer)에 모델의 모든 매개변수를 등록합니다.
6969
#
7070

0 commit comments

Comments
 (0)