From b88847146cb19ad1044abc5451849a5ff256823e Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 17 Dec 2018 15:57:54 +0000 Subject: COMPMID-1804: (3RDPARTY_UPDATE) Inception ResNet V1 QS8 Change-Id: I1c793ac844266469be43fb71ca5a7b3f016c5637 Reviewed-on: https://review.mlplatform.org/410 Reviewed-by: Michalis Spyrou Tested-by: Arm Jenkins --- 3rdparty | 2 +- examples/graph_mobilenet_v2.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/3rdparty b/3rdparty index 4c420dacce..a76e2be867 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 4c420dacce49edb8cf7cbc21fdbc5de533f04601 +Subproject commit a76e2be8673ddbb5b959df4250d296f1eb1a7913 diff --git a/examples/graph_mobilenet_v2.cpp b/examples/graph_mobilenet_v2.cpp index 8805999f99..9fe61fb4c1 100644 --- a/examples/graph_mobilenet_v2.cpp +++ b/examples/graph_mobilenet_v2.cpp @@ -61,9 +61,6 @@ public: return false; } - // Checks - ARM_COMPUTE_EXIT_ON_MSG(common_params.data_type == DataType::QASYMM8 && common_params.target == Target::NEON, "QASYMM8 NEON not supported for this graph"); - // Print parameter values std::cout << common_params << std::endl; -- cgit v1.2.1