Skip to content
Snippets Groups Projects
Commit 1cba0bf1 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update 2 files

- /PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
- /PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
parent aa1dbb4e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ EOT
if [ "${6}" = "thin" ]; then
cat <<EOT >> $SBATCH_DIR
#SBATCH -C "thin"
#SBATCH --reservation=devel
##SBATCH --reservation=devel
EOT
else
cat <<EOT >> $SBATCH_DIR
......
......@@ -23,8 +23,8 @@ for nodes in {1..1}; do
# For single node
bash $WORK_DIR/generate_benchmark_jobs.sh ${dim} ${nodes} ${gpus} ${batch_size} ${benchmark_mode} ${node_type}
SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${node_type}_${benchmark_mode}_dim${dim}_nodes${nodes}_gpus${gpus}_batchsize${batch_size}.sbatch
#sbatch $SBATCH_DIR
#sleep 1
sbatch $SBATCH_DIR
sleep 180
done
done
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment