Skip to content

Commit 417d1af

Browse files
authored
Fix image URL in tutorial Intro_to_TorchScript (#2299)
Fix url to this GIF: https://raw.githubusercontent.com/pytorch/pytorch/main/docs/source/_static/img/dynamic_graph.gif Currently, the image is not shown in the tutorial.
1 parent fa4866e commit 417d1af

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
@@ -158,7 +158,7 @@ def forward(self, x, h):
158158
# have to explicitly define derivatives for all constructs in the
159159
# language.
160160
#
161-
# .. figure:: https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/dynamic_graph.gif
161+
# .. figure:: https://github.com/pytorch/pytorch/raw/main/docs/source/_static/img/dynamic_graph.gif
162162
# :alt: How autograd works
163163
#
164164
# How autograd works

0 commit comments

Comments
 (0)