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 c9f1d2f commit a341c00Copy full SHA for a341c00
Makefile
@@ -82,7 +82,7 @@ download:
82
tar $(TAROPTS) -xzf $(DATADIR)/UrbanSound8K.tar.gz -C ./beginner_source/data/
83
84
# Download model for beginner_source/fgsm_tutorial.py
85
- wget -nv -N https://s3.amazonaws.com/pytorch-tutorial-assets/lenet_mnist_model.pth -P $(DATADIR)
+ wget -nv -N 'https://docs.google.com/uc?export=download&id=1HJV2nUHJqclXQ8flKvcWmjZ-OU5DGatl' -O lenet_mnist_model.pth -P $(DATADIR)
86
cp $(DATADIR)/lenet_mnist_model.pth ./beginner_source/data/lenet_mnist_model.pth
87
88
# Download model for advanced_source/dynamic_quantization_tutorial.py
0 commit comments