aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsurmeh01 <surabhi.mehta@arm.com>2018-09-13 10:23:42 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-01 14:56:48 +0100
commite82ef3f557516bc3849aecd6f167e9ad767f2065 (patch)
tree3fee1f78e1f0f7aea75cd8fce008e1c81e6f21fa /tests
parentbc3924503cf7838eea7e9fcca4a22e2bf54ba97f (diff)
downloadarmnn-e82ef3f557516bc3849aecd6f167e9ad767f2065.tar.gz
Updated the inception_v3 model taken from official Tf
!devenv:148227 Change-Id: I550c885c125f2fe12951e38d4157276562cb49ec
Diffstat (limited to 'tests')
-rw-r--r--tests/TfInceptionV3-Armnn/TfInceptionV3-Armnn.cpp2
1 files changed, 1 insertions, 1 deletions
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<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);