Created
June 14, 2020 03:45
-
-
Save zhanghang1989/22ad7837c32a37859021cc096b9f97e4 to your computer and use it in GitHub Desktop.
CVPR Tutorial SM Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://raw.githubusercontent.com/zhanghang1989/AutoGluon-Tutorial-CVPR2020/master/6.pytorch_hpo.ipynb quick_start.ipynb | |
wget https://raw.githubusercontent.com/zhanghang1989/AutoGluon-Tutorial-CVPR2020/master/7.enas_mnist.ipynb proxylessnas.ipynb | |
mkdir -p ILSVRC2012 && cd ILSVRC2012/ | |
wget https://hanlab.mit.edu/files/OnceForAll/ofa_cvpr_tutorial/imagenet_subtrain.tar.gz | |
tar -xzvf imagenet_subtrain.tar.gz && rm imagenet_subtrain.tar.gz | |
mkdir -p val && cd val/ | |
wget https://hangzh.s3-us-west-1.amazonaws.com/encoding/legacy/ILSVRC2012_img_val.tar | |
tar -xf ILSVRC2012_img_val.tar | |
wget -qO- https://raw.githubusercontent.com/soumith/imagenetloader.torch/master/valprep.sh | bash | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment