Skip to content

Commit 3661a2e

Browse files
authored
FIX: beginner/Intro_to_TorchScript_tutorial 문서 개선 (#658)
1 parent af668b3 commit 3661a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/Intro_to_TorchScript_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def forward(self, x, h):
154154
# 계산할 때 거꾸로 재생합니다. 이런 방식으로, 프레임워크는 언어의 모든 구문에
155155
# 대한 미분값을 명시적으로 정의할 필요가 없습니다.
156156
#
157-
# .. figure:: https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/dynamic_graph.gif
157+
# .. figure:: https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/dynamic_graph.gif
158158
# :alt: 오토그라드가 작동하는 방식
159159
#
160160
# 오토그라드가 작동하는 방식

0 commit comments

Comments
 (0)