From 8df0186fb2d1358b7f3c1657761645ddf6dbcb7a Mon Sep 17 00:00:00 2001 From: Jack Chih-Hsu Lin Date: Mon, 18 Apr 2022 15:09:27 -0700 Subject: [PATCH] Changed the typo of image format "NCHW" (#1892) --- intermediate_source/memory_format_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/memory_format_tutorial.py b/intermediate_source/memory_format_tutorial.py index 03114d4354..c4f56868e6 100644 --- a/intermediate_source/memory_format_tutorial.py +++ b/intermediate_source/memory_format_tutorial.py @@ -24,7 +24,7 @@ """ ###################################################################### -# Channels last memory format is implemented for 4D NCWH Tensors only. +# Channels last memory format is implemented for 4D NCHW Tensors only. # ######################################################################