From 9856db9e759df14fe931a876b370ae3078ebe85a Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 25 Jan 2023 10:56:53 +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 ed1a1d6..0fb597a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ when batch_size is large (16, 32, 64, 128), throughput_amp > throughput_tf32. **Observation 3**: Benchmark results are more stable when larger batch_size. -<img src="https://gitlab.liu.se/xuagu37/Benchmark_nnU-Net_for_PyTorch/-/raw/edb1b56ff5a9bb74bbd220c4fb717b6af6119232/figures/benchmark_throughput_cv.png" width="400"> +<img src="https://gitlab.liu.se/xuagu37/Benchmark_nnU-Net_for_PyTorch/-/blob/e62617c63bfb4d167a78faf84156956bbc8f52bb/figures/benchmark_throughput_cv.png" width="800"> Coefficient of variation is calculated as the ratio of the standard deviation to the mean. It shows the extent of variability in relation to the mean of the population. -- GitLab