From ee752adecb59755b4d9f2012a7ed897e031ce7a7 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Tue, 11 Oct 2022 10:28:01 +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 457d757..a45ae0d 100644 --- a/README.md +++ b/README.md @@ -65,4 +65,4 @@ We collect benchmark results of throughput (images/sec) for We run 100 iterations for each set of parameters. - Observation 1: throughput_tf32 > throughput_amp when batch_size is small (1, 2, 4, 8); throughput_tf32 < throughput_amp when batch_size is large (16, 32, 64, 128). -- Observation 2: The coefficient of variation for the 100 iteration is smallest when batch_size = 128. +- Observation 2: The coefficient of variation of throughput for the 100 iteration is smallest when batch_size = 128. -- GitLab