Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
fix zoo scripts (vturrisi#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonkeyShot21 authored Jul 19, 2022
1 parent a7ac404 commit 6ae9898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zoo/cifar10.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ cd ..
# MoCo V3
mkdir mocov3
cd mocov3
gdown https://drive.google.com/file/d/1EFHWBLYFsglZYPYsBc0YrtihrzBZRe7h/view?usp=sharing
gdown https://drive.google.com/file/d/1Gb6TCWoY2aN8AK3UnuZu4IxIktqbDybP/view?usp=sharing
gdown https://drive.google.com/uc?id=1EFHWBLYFsglZYPYsBc0YrtihrzBZRe7h
gdown https://drive.google.com/uc?id=1Gb6TCWoY2aN8AK3UnuZu4IxIktqbDybP
cd ..

# NNCLR
Expand Down
4 changes: 2 additions & 2 deletions zoo/cifar100.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ cd ..
# MoCo V3
mkdir mocov3
cd mocov3
gdown https://drive.google.com/file/d/1QAuKJmegGCJrntAL80tfTrbi2fI4sPl-/view?usp=sharing
gdown https://drive.google.com/file/d/1jtJEi66g5z7dBn0FDcSL7zoU4ArEEyqU/view?usp=sharing
gdown https://drive.google.com/uc?id=1QAuKJmegGCJrntAL80tfTrbi2fI4sPl-
gdown https://drive.google.com/uc?id=1jtJEi66g5z7dBn0FDcSL7zoU4ArEEyqU
cd ..

# NNCLR
Expand Down

0 comments on commit 6ae9898

Please sign in to comment.