Skip to content

Commit

Permalink
fix slurm search shell scripts (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
wutongshenqiu committed Feb 17, 2022
1 parent 5ec2327 commit 3b6423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mmcls/slurm_search_mmcls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GPUS=${GPUS:-4}
GPUS_PER_NODE=${GPUS_PER_NODE:-8}
CPUS_PER_TASK=${CPUS_PER_TASK:-12}
SRUN_ARGS=${SRUN_ARGS:-""}
PY_ARGS=${@:5}
PY_ARGS=${@:6}

PYTHONPATH="$(dirname $0)/../..":$PYTHONPATH \
srun -p ${PARTITION} \
Expand Down

0 comments on commit 3b6423d

Please sign in to comment.