We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b703484 commit 38a4068Copy full SHA for 38a4068
advanced_source/neural_style_tutorial.py
@@ -178,9 +178,10 @@
178
#
179
# .. Note::
180
# 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``
+# `picasso.jpg <http://pytorch.org/tutorials/_static/img/neural-style/picasso.jpg>`__ and
+# `dancing.jpg <http://pytorch.org/tutorials/_static/img/neural-style/picasso.jpg>`__.
+# Download these two images and add them to a directory
184
+# with name ``images``
185
186
187
# desired size of the output image
0 commit comments