From e82ef3f557516bc3849aecd6f167e9ad767f2065 Mon Sep 17 00:00:00 2001 From: surmeh01 Date: Thu, 13 Sep 2018 10:23:42 +0100 Subject: Updated the inception_v3 model taken from official Tf !devenv:148227 Change-Id: I550c885c125f2fe12951e38d4157276562cb49ec --- tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp index 514003198f..fcee978ded 100644 --- a/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp +++ b/tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp @@ -51,7 +51,7 @@ int main(int argc, char* argv[]) // Coverity fix: InferenceTestMain() may throw uncaught exceptions. retVal = armnn::test::ClassifierInferenceTestMain( - 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); -- cgit v1.2.1