Skip to content

Commit

Permalink
fix moco script
Browse files Browse the repository at this point in the history
  • Loading branch information
DonkeyShot21 authored Jun 9, 2022
1 parent f3c45ba commit 0b9c9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bash_files/pretrain/imagenet/mocov2plus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ python3 main_pretrain.py \
--val_dir imagenet/val \
--max_epochs 100 \
--devices 0,1 \
--accelerator ddp \
--accelerator gpu \
--strategy ddp \
--sync_batchnorm \
--precision 16 \
--optimizer sgd \
Expand Down

0 comments on commit 0b9c9f3

Please sign in to comment.