Skip to content

Commit a8b72dd

Browse files
Changed L46 (#199)
`download_saved_models.sh` is no more present in the repo https://github.com/pytorch/examples/fast_neural_style. Should be `.py` file with same name
1 parent a207d67 commit a8b72dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/CoreML/ONNXLive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Let's download the models.
4343
If you would like to train the models yourself, the pytorch/examples repository you just cloned has more information on how to do this.
4444
For now, we'll just download pre-trained models with the script provided by the repository:
4545

46-
./download_saved_models.sh
46+
./download_saved_models.py
4747

4848
This script downloads the pre-trained PyTorch models and puts them into the `saved_models` folder.
4949
There should now be 4 files, `candy.pth`, `mosaic.pth`, `rain_princess.pth` and `udnie.pth` in your directory.

0 commit comments

Comments
 (0)