From 94b30c17dafc48002b3c287d2b7d1dee112d6f16 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Wed, 2 Nov 2022 11:08:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e17dd10..e72e285 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ python preprocess.py --task 01 --dim 2 You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc. Also, choose either singularity or enroot. ``` cd /proj/nsc/xuan/ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet -sbash benchmark_nnunet_pytorch_berzelius.sh -sbash benchmark_nnunet_pytorch_berzelius_multi_node.sh +bash benchmark_sbatch_submit.sh ``` ### Results -- GitLab