From b2eba7f307d5ae634ff41bd88d5bd1659466d82d Mon Sep 17 00:00:00 2001 From: ramelg01 Date: Thu, 23 Dec 2021 08:32:08 +0000 Subject: Replacing non-inclusive terms with proper terms Partially-Resolves: COMPMID-4854 Signed-off-by: Ramy Elgammal Change-Id: Ic9757c89878b9b5a89680b5344de657f676c7bf2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6859 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir --- examples/graph_resnext50.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/graph_resnext50.cpp') diff --git a/examples/graph_resnext50.cpp b/examples/graph_resnext50.cpp index 97eb85ccd1..6378f6c741 100644 --- a/examples/graph_resnext50.cpp +++ b/examples/graph_resnext50.cpp @@ -192,7 +192,7 @@ private: * Model is based on: * https://arxiv.org/abs/1611.05431 * "Aggregated Residual Transformations for Deep Neural Networks" - * Saining Xie, Ross Girshick, Piotr Dollar, Zhuowen Tu, Kaiming He + * Saining Xie, Ross Girshick, Piotr Dollar, Zhuowen Tu, Kaiming He. * * @note To list all the possible arguments execute the binary appended with the --help option * -- cgit v1.2.1