From 2ff9f91fa772924cc0ec0759f9ad201c49e953ee Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Tue, 30 May 2023 19:09:48 +0000 Subject: [PATCH] Update 3 files - /scripts/run_bencmark_multi_node.sh - /README.md - /scripts/run_benchmark_multi_node.sh --- README.md | 4 ++-- ...run_bencmark_multi_node.sh => run_benchmark_multi_node.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{run_bencmark_multi_node.sh => run_benchmark_multi_node.sh} (100%) diff --git a/README.md b/README.md index 5d276c9..03a7411 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 -- GitLab