Skip to content

Commit

Permalink
FIX: beginner/Intro_to_TorchScript_tutorial 문서 개선 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-so committed May 3, 2023
1 parent af668b3 commit 3661a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beginner_source/Intro_to_TorchScript_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def forward(self, x, h):
# 계산할 때 거꾸로 재생합니다. 이런 방식으로, 프레임워크는 언어의 모든 구문에
# 대한 미분값을 명시적으로 정의할 필요가 없습니다.
#
# .. figure:: https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/dynamic_graph.gif
# .. figure:: https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/dynamic_graph.gif
# :alt: 오토그라드가 작동하는 방식
#
# 오토그라드가 작동하는 방식
Expand Down

0 comments on commit 3661a2e

Please sign in to comment.