Skip to content

Commit

Permalink
pit s 64
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 23, 2023
1 parent 94d1d5d commit e1aebaf
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 @@ -36,11 +36,11 @@ REPO_DIR=/project/def-bovy/walml/zoobot
# pit_s_224 64?

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

# maxvit_small_tf_224 \

0 comments on commit e1aebaf

Please sign in to comment.