Skip to content

Commit

Permalink
normal effnet 4gpu redo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 24, 2023
1 parent e22439d commit 0018d88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ REPO_DIR=/project/def-bovy/walml/zoobot

# batch sizes
# v100
# effnet b0 256
# efficientnet_b0 256
# maxvittiny_rw_224 64
# tf_efficientnetv2_b0 256 - 50.55%, might squeeze x2
# tf_efficientnetv2_s 64?
Expand All @@ -39,11 +39,11 @@ REPO_DIR=/project/def-bovy/walml/zoobot
# vit_tiny_patch16_224 64?

srun $PYTHON $REPO_DIR/only_for_me/narval/train.py \
--save-dir $REPO_DIR/only_for_me/narval/desi_300px_tf_efficientnetv2_b0_4gpu \
--save-dir $REPO_DIR/only_for_me/narval/desi_300px_efficientnet_b0_4gpu \
--batch-size 256 \
--gpus 4 \
--num-workers 10 \
--architecture tf_efficientnetv2_b0 \
--architecture efficientnet_b0 \
--color --wandb --mixed-precision --compile-encoder

# maxvit_small_tf_224 \

0 comments on commit 0018d88

Please sign in to comment.