Skip to content

Commit

Permalink
Update download_exemplars.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarott authored Jul 8, 2024
1 parent 3d083ab commit a3ce918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download_exemplars.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

wget -P ./exemplars data.csail.mit.edu/maia-exemplars/clip-RN50.zip
unzip ../exemplars/clip-RN50.zip -d ./exemplars/
unzip ./exemplars/clip-RN50.zip -d ./exemplars/
wget -P ./exemplars data.csail.mit.edu/maia-exemplars/dino.zip
unzip ../exemplars/dino.zip -d ./exemplars/
unzip ./exemplars/dino.zip -d ./exemplars/
wget -P ./exemplars data.csail.mit.edu/maia-exemplars/resnet152.zip
unzip ../exemplars/resnet152.zip -d ./exemplars/
unzip ./exemplars/resnet152.zip -d ./exemplars/

0 comments on commit a3ce918

Please sign in to comment.