Updated the inception_v3 model taken from official Tf
authorsurmeh01 <surabhi.mehta@arm.com>
Thu, 13 Sep 2018 09:23:42 +0000 (10:23 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 1 Oct 2018 13:56:48 +0000 (14:56 +0100)
!devenv:148227

Change-Id: I550c885c125f2fe12951e38d4157276562cb49ec

tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp

index 5140031..fcee978 100644 (file)
@@ -51,7 +51,7 @@ int main(int argc, char* argv[])
 
         // Coverity fix: InferenceTestMain() may throw uncaught exceptions.
         retVal = armnn::test::ClassifierInferenceTestMain<DatabaseType, ParserType>(
-                    argc, argv, "inception_v3_2016_08_28_frozen_transformed.pb", true,
+                    argc, argv, "inception_v3_2016_08_28_frozen.pb", true,
                     "input", "InceptionV3/Predictions/Reshape_1", { 0, 1, 2, },
                     [&imageSet](const char* dataDir, const ModelType&) {
                         return DatabaseType(dataDir, 299, 299, imageSet);