From aa4224281bcc95c496a8a085ca85631bf79abcc8 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 11 Oct 2023 15:42:15 +0000 Subject: [PATCH] Update file submit_benchmark_jobs.sh --- .../PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh index 0d1ef6f..3c4f049 100644 --- a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh +++ b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/submit_benchmark_jobs.sh @@ -1,10 +1,10 @@ #!/bin/bash set -e -export MODULE_NAME=nnunet_for_pytorch -export MODULE_VERSION=21.11.0 +export MODEL_NAME=nnunet_for_pytorch +export MODLE_VERSION=21.11.0 export WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet -export CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODULE_NAME}_${MODULE_VERSION}.sif +export CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODEL_NAME}_${MODLE_VERSION}.sif export GPU_RESERVATION=nodeimage mkdir -p $WORK_DIR/sbatch_out $WORK_DIR/sbatch_scripts $WORK_DIR/results -- GitLab