Skip to content

Commit

Permalink
Added setup.sh to install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
manogna-s committed Jun 17, 2021
1 parent 750be5e commit 48c6516
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mkdir checkpoints
mkdir checkpoints/pretrained_ckpts
cd checkpoints/pretrained_ckpts/
#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
cd cdfsl_dataset
python3 setup.py install
cd ..

0 comments on commit 48c6516

Please sign in to comment.