From 588ebc5ccab2e47c42c3e9303306e3744834f52f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 21 Dec 2018 13:39:07 +0000 Subject: COMPMID-1839: Add script from extracting tf frozen models. Change-Id: I9a61b9005ea829cd9ecae5bebf8985fe72e28b8e Reviewed-on: https://review.mlplatform.org/448 Reviewed-by: Manuel Bottini Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- examples/graph_mobilenet.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/graph_mobilenet.cpp') diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp index 8d5e7f6dc4..10bb890372 100644 --- a/examples/graph_mobilenet.cpp +++ b/examples/graph_mobilenet.cpp @@ -345,6 +345,9 @@ private: * "MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications" * Andrew G. Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, Hartwig Adam * + * Provenance: download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_1.0_224.tgz + * download.tensorflow.org/models/mobilenet_v1_2018_08_02/mobilenet_v1_0.75_160.tgz + * * @note To list all the possible arguments execute the binary appended with the --help option * * @param[in] argc Number of arguments -- cgit v1.2.1