From b4853ce449310ae644f458b87b88d8a421419fad Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 24 Jul 2017 10:01:23 -0400 Subject: [PATCH] Fixed grammar --- examples/dnn_inception_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dnn_inception_ex.cpp b/examples/dnn_inception_ex.cpp index 9ebc23f25..6b2c1727a 100644 --- a/examples/dnn_inception_ex.cpp +++ b/examples/dnn_inception_ex.cpp @@ -17,7 +17,7 @@ | output - That is, an inception blocks runs a number of smaller networks (e.g. block1, + That is, an inception block runs a number of smaller networks (e.g. block1, block2) and then concatenates their results. For further reading refer to: Szegedy, Christian, et al. "Going deeper with convolutions." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015.