Skip to content
Snippets Groups Projects
Commit 17c0cb7d authored by Vincent Emonet's avatar Vincent Emonet
Browse files

fix download of pretrained model for example

parent 03569d1b
Branches master
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ cd tutorials/beginner_source ...@@ -24,7 +24,7 @@ cd tutorials/beginner_source
Download pretrained model for the tutorial: Download pretrained model for the tutorial:
```bash ```bash
wget -O data/lenet_mnist_model.pth https://drive.google.com/drive/folders/1fn83DF14tWmit0RTKWRhPq5uVXt73e0h?usp=sharing wget -O data/lenet_mnist_model.pth 'https://docs.google.com/uc?export=download&id=1KVOHbHnjCd1L-ookcd7CxDqb7rb8-DSx'
``` ```
Run the tutorial: Run the tutorial:
......
...@@ -132,7 +132,7 @@ import matplotlib.pyplot as plt ...@@ -132,7 +132,7 @@ import matplotlib.pyplot as plt
# #
## Download pretrained model: ## Download pretrained model:
# wget -O data/lenet_mnist_model.pth https://drive.google.com/drive/folders/1fn83DF14tWmit0RTKWRhPq5uVXt73e0h?usp=sharing # wget -O data/lenet_mnist_model.pth 'https://docs.google.com/uc?export=download&id=1KVOHbHnjCd1L-ookcd7CxDqb7rb8-DSx'
epsilons = [0, .05, .1, .15, .2, .25, .3] epsilons = [0, .05, .1, .15, .2, .25, .3]
pretrained_model = "data/lenet_mnist_model.pth" pretrained_model = "data/lenet_mnist_model.pth"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment