From 7b2f02685f38f0a25af77635757e33c5f63b0cde Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 14 Aug 2018 16:40:18 +0100 Subject: COMPMID-145 : Create ResNet v2 graph example Change-Id: I6ff3d227321d8c3914f90ba4fc496b2fc122845c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144070 Tested-by: Jenkins Reviewed-by: Pablo Tello --- examples/graph_mobilenet_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/graph_mobilenet_v2.cpp') diff --git a/examples/graph_mobilenet_v2.cpp b/examples/graph_mobilenet_v2.cpp index 1e50947c67..63dcba6950 100644 --- a/examples/graph_mobilenet_v2.cpp +++ b/examples/graph_mobilenet_v2.cpp @@ -64,8 +64,8 @@ public: // Print parameter values std::cout << common_params << std::endl; - // Create core of graph - std::string model_path = "/mobilenet_v2_1.0_224_model/"; + // Create model path + std::string model_path = "/cnn_data/mobilenet_v2_1.0_224_model/"; // Create input descriptor const TensorShape tensor_shape = permute_shape(TensorShape(224U, 224U, 3U, 1U), DataLayout::NCHW, common_params.data_layout); -- cgit v1.2.1