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 a341c00 commit 29c9c93Copy full SHA for 29c9c93
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://docs.google.com/uc?export=download&id=1HJV2nUHJqclXQ8flKvcWmjZ-OU5DGatl' -O lenet_mnist_model.pth -P $(DATADIR)
+ wget -nv -N 'https://docs.google.com/uc?export=download&id=1HJV2nUHJqclXQ8flKvcWmjZ-OU5DGatl' -O $(DATADIR)/lenet_mnist_model.pth
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