From c430a0698fefac8625814e8c8a7866ae1aa8aa3c Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan@node024.eth.cluster>
Date: Wed, 11 Oct 2023 18:14:01 +0200
Subject: [PATCH] update

---
 .../PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
index 8967862..a3faf4a 100644
--- a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
+++ b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh
@@ -32,7 +32,7 @@ for nodes in {1..1}; do
                     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 
+                    sleep 180 
             done
         done
     done
-- 
GitLab