From c7164c22dd1df0ab5917e8d813d002f1b5775166 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Mon, 31 Oct 2022 14:20:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda7f00..6e07d68 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ when batch_size is large (16, 32, 64, 128), throughput_amp > throughput_tf32. **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 the number of gpus increases. -<img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_throughput_gpus_ideal.png" width="400"> +<img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_throughput_gpus_ideal.png" width="800"> #### Notes -- GitLab