diff --git a/README.md b/README.md index 5d276c94647433cb4c33670f953e8baf9eabd954..03a741185cf4eea947b81dcac82531fcf3aef6da 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Chnage the following settings in `benchmark_sbatch_submit.sh`: 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 +mkdir -p sbatch_out +bash scripts/run_benchmark.sh ``` ### Results diff --git a/scripts/run_bencmark_multi_node.sh b/scripts/run_benchmark_multi_node.sh similarity index 100% rename from scripts/run_bencmark_multi_node.sh rename to scripts/run_benchmark_multi_node.sh