diff --git a/README.md b/README.md index 5be50f246e6db4445b0d9a7bafa23fd78c7c7476..960019845852072fd58a7f786eac1e17c626f26d 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/main/figures/benchmark_throughput_batch_size.png" width="400"> +<img src="https://gitlab.liu.se/xuagu37/Benchmark_nnU-Net_for_PyTorch/-/raw/edb1b56ff5a9bb74bbd220c4fb717b6af6119232/figures/benchmark_throughput_batch_size.png" width="800"> **Observation 3**: Benchmark results are more stable when larger batch_size.