Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provides a way to train with a percentage of data. #239

Merged
merged 9 commits into from
Apr 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix barlow script
  • Loading branch information
DonkeyShot21 committed Apr 12, 2022
commit 8c99d81bded99b46a387246eba7dc9290c69ffe6
3 changes: 2 additions & 1 deletion bash_files/linear/imagenet/barlow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ python3 ../../../main_linear.py \
--precision 16 \
--optimizer sgd \
--lr 0.3 \
--scheduler cosine \
--scheduler warmup_cosine \
--warmup_epochs 0 \
--weight_decay 1e-5 \
--batch_size 256 \
--num_workers 10 \
Expand Down