From 2103ff8904ae7801dd6fae494a67bb0f5b45fe05 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Tue, 18 Oct 2022 11:36:23 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b39c5f..6226ff8 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ docker push xuagu37/nvidia_nnu-net_for_pytorch:21.11.0 cd /proj/nsc/xuan/ngc git clone https://github.com/NVIDIA/DeepLearningExamples ``` +Run the script. You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc. +``` +cd /proj/nsc/xuan/ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet +sbash benchmark_nnunet_pytorch_berzelius.sh +``` + <!-- #### For single node - Start an interactive session -- GitLab