Skip to content

Commit c9f1d2f

Browse files
authored
Update model weights link
1 parent b13f072 commit c9f1d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/fgsm_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
# - ``pretrained_model`` - path to the pretrained MNIST model which was
124124
# trained with
125125
# `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>`__.
126+
# For simplicity, download the pretrained model `here <https://drive.google.com/file/d/1HJV2nUHJqclXQ8flKvcWmjZ-OU5DGatl/view?usp=drive_link>`__.
127127
#
128128
# - ``use_cuda`` - boolean flag to use CUDA if desired and available.
129129
# Note, a GPU with CUDA is not critical for this tutorial as a CPU will

0 commit comments

Comments
 (0)