Commit 46d11da
Fix dead LeNet/MNIST download for fgsm_tutorial
The Google Drive link for the fgsm_tutorial LeNet/MNIST checkpoint started
returning HTTP 404, which broke `make download` on any build shard that runs
fgsm_tutorial. Point the download at a public S3 mirror
(s3://pytorch-tutorial-assets/lenet_mnist_model_v2.pth) instead.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 326edb0 commit 46d11da
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments