From bb285682c99475c28ae336d6e9aa20b6c6f0d125 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 25 Jan 2023 10:50:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9600198..ed1a1d6 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ In practice, throughtput stays below the ideal curve when the number of gpus inc **Observation 2**: when batch_size is small (1, 2, 4, 8), throughput_amp ≈ throughput_tf32; when batch_size is large (16, 32, 64, 128), throughput_amp > throughput_tf32. -<img src="https://gitlab.liu.se/xuagu37/Benchmark_nnU-Net_for_PyTorch/-/raw/edb1b56ff5a9bb74bbd220c4fb717b6af6119232/figures/benchmark_throughput_batch_size.png" width="800"> +<img src="https://gitlab.liu.se/xuagu37/Benchmark_nnU-Net_for_PyTorch/-/raw/3a4941c09c5280ef3749d44b3af14dcccacc38f7/figures/benchmark_throughput_batch_size.png" width="800"> **Observation 3**: Benchmark results are more stable when larger batch_size. -- GitLab