From e6c94b2a607c2120531086e6782752535310f91a Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 30 May 2023 12:17:29 +0000
Subject: [PATCH] Update file README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b56aff..bc01bf1 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ bash scripts/copy_data_for_benchmark.sh
  
 You can choose either singularity or enroot in the scripts ```benchmark_single_node.sbatch``` and ```benchmark_multi_node.sbatch```.
 
-The input arguments are: 
+Chnage the following settings in `benchmark_sbatch_submit.sh`: 
 1. Data dimention,
 2. Number of nodes,
 3. Number of gpus per node,
@@ -71,7 +71,7 @@ The input arguments are:
 We will average the benchmark performance over the iterations. The maximum usable (without a OOM error) batch size is 256 and 128 for single and multi-node, respectively.
 ```
 cd Berzelius-nnU-Net-Benchmark && mkdir -p sbatch_out
-bash scripts/benchmark_sbatch_submit.sh 2 1 8 1 128
+bash scripts/benchmark_sbatch_submit.sh
 ```
 
 ### Results  
-- 
GitLab