Skip to content

Commit

Permalink
download
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghang1989 committed Mar 21, 2018
1 parent bc8947d commit b224e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/experiments/cifar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Test Pre-trained Model
- Download pre-trained EncNet-32k128d model::

cd PyTorch-Encoding/experiments/recognition
bash model/download_cifar_models.sh
bash model/download_models.sh

.. _curve:

Expand Down
1 change: 1 addition & 0 deletions experiments/recognition/model/download_models.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
cd model
wget -O minc.pth.tar https://www.dropbox.com/s/0q57t0nd1tka2qx/minc.pth.tar?dl=1
wget -O encnet_cifar.pth.tar https://www.dropbox.com/s/jgc9y8klfc5wecq/encnet_cifar.pth.tar?dl=1
cd ..

0 comments on commit b224e1b

Please sign in to comment.