Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
changed the path to public models
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-bojanowski committed Jan 21, 2019
1 parent 298b8b1 commit 78bcde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -124,7 +124,7 @@ $ luajit test.lua -h

## ImageNet classification with a pre-trained model

We provide a pre-trained model, available for download [here](https://s3-us-west-2.amazonaws.com/noise-as-targets/model.bin).
We provide a pre-trained model, available for download [here](https://dl.fbaipublicfiles.com/noise-as-targets/model.bin).
You can run the transfer task with a pre-trained model by running:
```
$ ./test-pretrained.sh
Expand Down
2 changes: 1 addition & 1 deletion test-pretrained.sh
Expand Up @@ -15,7 +15,7 @@ MFILE="${MODEL}/model.bin"
if [ -f "${MFILE}" ]
then
curl -o "${MFILE}" --create-dirs \
https://s3-us-west-2.amazonaws.com/noise-as-targets/model.bin
https://dl.fbaipublicfiles.com/noise-as-targets/model.bin
done

OMP_NUM_THREADS=1 ${LUAJIT} test.lua -dataroot ${DATA} -nthread 10 \
Expand Down

0 comments on commit 78bcde8

Please sign in to comment.