From 41d3fa642354a555c2debeaf30952198ca051ed1 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Tue, 30 Oct 2018 10:11:23 +0000 Subject: IVGCVSW-1970 TfLite VGG16: Add Validation.txt for continuous integration Change-Id: Ib7ea0a0b809bdfe1d705b31a08f42e1b7815b0d2 --- tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp | 2 ++ tests/TfLiteVGG16Quantized-Armnn/Validation.txt | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 tests/TfLiteVGG16Quantized-Armnn/Validation.txt diff --git a/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp b/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp index acaabe4487..e23dbdc9d4 100644 --- a/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp +++ b/tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp @@ -16,6 +16,8 @@ int main(int argc, char* argv[]) // Coverity fix: The following code may throw an exception of type std::length_error. std::vector imageSet = { + // The model we are using incorrectly classifies everything as class 699 + // But can still be used for benchmarking the layers. {"Dog.jpg", 669}, {"Cat.jpg", 669}, {"shark.jpg", 669}, diff --git a/tests/TfLiteVGG16Quantized-Armnn/Validation.txt b/tests/TfLiteVGG16Quantized-Armnn/Validation.txt new file mode 100644 index 0000000000..3758c85c62 --- /dev/null +++ b/tests/TfLiteVGG16Quantized-Armnn/Validation.txt @@ -0,0 +1,3 @@ +669 +669 +669 -- cgit v1.2.1