Skip to content

Commit

Permalink
try 512 features
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed Nov 22, 2023
1 parent 3e27ae2 commit 52718f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions only_for_me/narval/train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export NCCL_BLOCKING_WAIT=1 #Set this environment variable if you wish to use t

REPO_DIR=/project/def-bovy/walml/zoobot
srun $PYTHON $REPO_DIR/only_for_me/narval/train.py \
--save-dir $REPO_DIR/only_for_me/narval/desi_f128 \
--save-dir $REPO_DIR/only_for_me/narval/desi_f512 \
--batch-size 256 \
--num-features 128 \
--num-features 512 \
--gpus 1 \
--num-workers 10 \
--color --wandb --mixed-precision --compile-encoder
Expand Down

0 comments on commit 52718f7

Please sign in to comment.