From 42b9e2bcf34604bf77dfe3ec4b5e9d1464a60437 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Tue, 11 Oct 2022 10:29:05 +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 a45ae0d..4940fe6 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 of throughput for the 100 iteration is smallest when batch_size = 128. +- Observation 2: The coefficient of variation of throughput for the 100 iterations is smallest when batch_size = 128. -- GitLab