From bf3db347ffeed768739eadfd9ab79469b46a3d0f Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan@nsc.liu.se>
Date: Wed, 11 Oct 2023 12:38:37 +0200
Subject: [PATCH] Updated

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

diff --git a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
index b4b874e..59afff9 100644
--- a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
+++ b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/generate_benchmark_jobs.sh
@@ -2,7 +2,7 @@
 
 MODULE_NAME=nnunet_for_pytorch
 MODULE_VERSION=21.11.0
-WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/PyTorch/Segmentation/nnUNet
+WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet
 CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODULE_NAME}_${MODULE_VERSION}.sif
 SBATCH_DIR=$WORK_DIR/sbatch_scripts/benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}.sbatch
 SBATCH_OUT_DIR=$WORK_DIR/sbatch_out/benchmark_${6}_${5}_dim${1}_nodes${2}_gpus${3}_batchsize_${4}.out
-- 
GitLab