Skip to content

Commit

Permalink
fixed zoo script
Browse files Browse the repository at this point in the history
  • Loading branch information
DonkeyShot21 committed Jul 19, 2022
1 parent 8d9e9a9 commit f902565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zoo/imagenet100.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd imagenet100
mkdir barlow_twins
cd barlow_twins
gdown https://drive.google.com/uc?id=1C2qQSqp8cXvfrwHVG9MuGTPT2TOTsGla # checkpoint
gdown https://drive.google.com/uc?id=1TY10aa97P4Fl7EgSjTy_u_QME9tkcU4r
gdown https://drive.google.com/uc?id=1TY10aa97P4Fl7EgSjTy_u_QME9tkcU4r # args
cd ..

# BYOL
Expand Down Expand Up @@ -48,8 +48,8 @@ cd ..
# MoCo V3
mkdir mocov3
cd mocov3
gdown https://drive.google.com/file/d/1cUaAdx-6NXCkeSMo-mQtpPnYk7zA4Gg4/view?usp=sharing # checkpoint
gdown https://drive.google.com/file/d/1mb6ZRKF1CdGP0rdJI2yjyStZ-FCFjsi4/view?usp=sharing # args
gdown https://drive.google.com/uc?id=1cUaAdx-6NXCkeSMo-mQtpPnYk7zA4Gg4 # checkpoint
gdown https://drive.google.com/uc?id=1mb6ZRKF1CdGP0rdJI2yjyStZ-FCFjsi4 # args
cd ..

# NNCLR
Expand Down

0 comments on commit f902565

Please sign in to comment.