Skip to content

Commit

Permalink
pit s at b256 with 4 gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 23, 2023
1 parent 8f188b9 commit b2dc816
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=10
#SBATCH --mem-per-cpu 4G
#SBATCH --gres=gpu:v100:1
#SBATCH --gres=gpu:v100:4

nvidia-smi

Expand All @@ -30,15 +30,15 @@ REPO_DIR=/project/def-bovy/walml/zoobot
# v100
# effnet b0 256
# maxvittiny_rw_224 64
# tf_efficientnetv2_b0 256 - runs
# tf_efficientnetv2_b0 256 - 50.55%, might squeeze x2
# tf_efficientnetv2_s 64?
# pit_xs_224 256? 42681961
# pit_s_224 64? 42681996
# pit_xs_224 256 - 40%, could do 512
# pit_s_224 64? - 20%, could do x4 -> 256

srun $PYTHON $REPO_DIR/only_for_me/narval/train.py \
--save-dir $REPO_DIR/only_for_me/narval/desi_300px_pit_s_224_1gpu \
--batch-size 64 \
--gpus 1 \
--save-dir $REPO_DIR/only_for_me/narval/desi_300px_pit_s_224_b256_4gpu \
--batch-size 256 \
--gpus 4 \
--num-workers 10 \
--architecture pit_s_224 \
--color --wandb --mixed-precision --compile-encoder
Expand Down

0 comments on commit b2dc816

Please sign in to comment.