Skip to content

Commit

Permalink
changed batch size for example script
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 committed Aug 27, 2024
1 parent f433e11 commit 7e72fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runs/runners/frontier_svtoa_pretraining_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ echo $MASTER_PORT
nnodes=$SLURM_JOB_NUM_NODES
datapaths=/lustre/orion/geo160/proj-shared/data/satvision-toa/50m
validationpath=/lustre/orion/geo160/proj-shared/data/satvision-toa/validation/sv_toa_128_chip_validation_04_24.npy
batchsize=1536
batchsize=256
nprocpernode=8

launcher="python -u -m torch.distributed.run --nnodes=${nnodes} --master_addr ${MASTER_ADDR} --master_port ${MASTER_PORT} --nproc_per_node=${nprocpernode}"
Expand Down

0 comments on commit 7e72fd7

Please sign in to comment.