From bdbbbe860cecacaa911578520355c6770475695a Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 7 Nov 2018 16:06:47 +0000 Subject: COMPMID-1744: Add paper references in graph models. Change-Id: I031488247673de305f63b2a2e636f4cb17bd57f2 --- examples/graph_squeezenet_v1_1.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/graph_squeezenet_v1_1.cpp') diff --git a/examples/graph_squeezenet_v1_1.cpp b/examples/graph_squeezenet_v1_1.cpp index de3d4e88c3..bfa69384c6 100644 --- a/examples/graph_squeezenet_v1_1.cpp +++ b/examples/graph_squeezenet_v1_1.cpp @@ -201,6 +201,11 @@ private: }; /** Main program for Squeezenet v1.1 + * + * Model is based on: + * https://arxiv.org/abs/1602.07360 + * "SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size" + * Forrest N. Iandola, Song Han, Matthew W. Moskewicz, Khalid Ashraf, William J. Dally, Kurt Keutzer * * @note To list all the possible arguments execute the binary appended with the --help option * -- cgit v1.2.1