We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13f072 commit c9f1d2fCopy full SHA for c9f1d2f
beginner_source/fgsm_tutorial.py
@@ -123,7 +123,7 @@
123
# - ``pretrained_model`` - path to the pretrained MNIST model which was
124
# trained with
125
# `pytorch/examples/mnist <https://github.com/pytorch/examples/tree/master/mnist>`__.
126
-# For simplicity, download the pretrained model `here <https://drive.google.com/drive/folders/1fn83DF14tWmit0RTKWRhPq5uVXt73e0h?usp=sharing>`__.
+# For simplicity, download the pretrained model `here <https://drive.google.com/file/d/1HJV2nUHJqclXQ8flKvcWmjZ-OU5DGatl/view?usp=drive_link>`__.
127
#
128
# - ``use_cuda`` - boolean flag to use CUDA if desired and available.
129
# Note, a GPU with CUDA is not critical for this tutorial as a CPU will
0 commit comments