From b54c644f1186018b9a3a93fa94c351cc3f1a68f0 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 3 Apr 2019 13:18:14 +0100 Subject: COMPMID-2011: ResNet50 returns wrong result Change-Id: I55449d2ae834c27d6d8b49db93a3f0b00b5b7e3e Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/940 Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- examples/graph_ssd_mobilenet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp index 92abd6a213..7fcc2804a2 100644 --- a/examples/graph_ssd_mobilenet.cpp +++ b/examples/graph_ssd_mobilenet.cpp @@ -80,7 +80,7 @@ public: // Create a preprocessor object const std::array mean_rgb{ { 127.5f, 127.5f, 127.5f } }; - std::unique_ptr preprocessor = arm_compute::support::cpp14::make_unique(mean_rgb, 0.007843f); + std::unique_ptr preprocessor = arm_compute::support::cpp14::make_unique(mean_rgb, true, 0.007843f); // Get trainable parameters data path std::string data_path = common_params.data_path; -- cgit v1.2.1