From f104515597b4a847d68a63b9acfab802b836f4dc Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Wed, 12 Oct 2022 11:04:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d81cbb..5b48fff 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Benchmarking with batch_size = 128 can be used for node health check. For exampl <img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_batch_size_ideal.png" width="400"> -- Observation 3: Ideally, the improvement of throughput would be linear when the number of GPUs increases. In practice, throughtput stays below the ideal curve when gpus increases. +- Observation 4: Ideally, the improvement of throughput would be linear when the number of GPUs increases. In practice, throughtput stays below the ideal curve when gpus increases. <img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_gpus_ideal.png" width="400"> -- GitLab