aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2018-10-30 10:11:23 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-30 10:31:13 +0000
commit41d3fa642354a555c2debeaf30952198ca051ed1 (patch)
tree92515469c32ba4a94be98387666ea1c89d9541d8
parent0022a465be6e3ef57741363276abd591518173bc (diff)
downloadarmnn-41d3fa642354a555c2debeaf30952198ca051ed1.tar.gz
IVGCVSW-1970 TfLite VGG16: Add Validation.txt for continuous integration
Change-Id: Ib7ea0a0b809bdfe1d705b31a08f42e1b7815b0d2
-rw-r--r--tests/TfLiteVGG16Quantized-Armnn/TfLiteVGG16Quantized-Armnn.cpp2
-rw-r--r--tests/TfLiteVGG16Quantized-Armnn/Validation.txt3
2 files changed, 5 insertions, 0 deletions
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> 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