From b555aa6f09889f6607df33ed600949f294a24e21 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Thu, 28 Sep 2023 13:41:30 +0000 Subject: [PATCH] Update file run_benchmark_single_node.sh --- PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh b/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh index 2a17927..8e7ba99 100644 --- a/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh +++ b/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh @@ -30,4 +30,4 @@ apptainer exec --nv -B ${WORK_DIR}/data:/data -B ${WORK_DIR}/results:/results -- EOT -#sbatch $SBATCH_DIR \ No newline at end of file +sbatch $SBATCH_DIR \ No newline at end of file -- GitLab