From 7d951b38ee78954f958138d3e69e672ab2c9b96c Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Thu, 20 Oct 2022 15:14:11 +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 9915b6e..cf98fef 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ when batch_size is large (16, 32, 64, 128), throughput_amp > throughput_tf32. <img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_throughput_batch_size.png" width="400"> -- Observation 2: The coefficient of variation of throughput for 100 iterations is smallest when batch_size = 128. +**Observation 2**: The coefficient of variation of throughput for 100 iterations is smallest when batch_size = 128. <img src="https://github.com/xuagu37/Benchmark_nnU-Net_for_PyTorch/blob/main/figures/benchmark_throughput_cv.png" width="400"> -- GitLab