Skip to content

Commit

Permalink
Fix/bash files (#158)
Browse files Browse the repository at this point in the history
* Update byol.sh

* Update barlow.sh
  • Loading branch information
vturrisi authored Oct 10, 2021
1 parent 555177a commit 3358d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash_files/pretrain/cifar/barlow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ python3 ../../../main_pretrain.py \
--name barlow-$1 \
--project solo-learn \
--entity unitn-mhug \
--wandb \
--save_checkpoint \
--method barlow_twins \
--proj_hidden_dim 2048 \
--proj_output_dim 2048 \
Expand Down
2 changes: 2 additions & 0 deletions bash_files/pretrain/cifar/byol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ python3 ../../../main_pretrain.py \
--name byol-$1 \
--project solo-learn \
--entity unitn-mhug \
--wandb \
--save_checkpoint \
--method byol \
--proj_output_dim 256 \
--proj_hidden_dim 4096 \
Expand Down

0 comments on commit 3358d96

Please sign in to comment.