Skip to content

Commit 38a4068

Browse files
committed
fix image links in neural transfer
1 parent b703484 commit 38a4068

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

advanced_source/neural_style_tutorial.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@
178178
#
179179
# .. Note::
180180
# Here are links to download the images required to run the tutorial:
181-
# `picasso.jpg </_static/img/neural-style/picasso.jpg>`__ and
182-
# `dancing.jpg </_static/img/neural-style/dancing.jpg>`__. Download these
183-
# two images and add them to a directory with name ``images``
181+
# `picasso.jpg <http://pytorch.org/tutorials/_static/img/neural-style/picasso.jpg>`__ and
182+
# `dancing.jpg <http://pytorch.org/tutorials/_static/img/neural-style/picasso.jpg>`__.
183+
# Download these two images and add them to a directory
184+
# with name ``images``
184185

185186

186187
# desired size of the output image

0 commit comments

Comments
 (0)