Skip to content

Commit

Permalink
updated setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
manogna-s committed Jun 17, 2021
1 parent 48c6516 commit 1dc20be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
mkdir checkpoints
mkdir checkpoints/pretrained_ckpts
cd checkpoints/pretrained_ckpts/
#wget https://storage.googleapis.com/vit_models/imagenet21k/ViT-B_16.npz
wget https://storage.googleapis.com/vit_models/imagenet21k/ViT-B_16.npz
cd ../..
mkdir checkpoints/output_ckpts
pip install numpy tqdm torch torchvision scipy pillow matplotlib tabulate ml-collections tensorboard tensorflow
pip install numpy tqdm torch torchvision scipy pillow matplotlib tabulate ml-collections tensorboard tensorflow gin-config
pip install timm
cd cdfsl_dataset
python3 setup.py install
cd ..

0 comments on commit 1dc20be

Please sign in to comment.