aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_mobilenet_v2.cpp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-08-14 16:40:18 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit7b2f02685f38f0a25af77635757e33c5f63b0cde (patch)
tree0fc9054ba8e0efc8dbea21775224e25c730e418e /examples/graph_mobilenet_v2.cpp
parent9fef38ac706aac6ff194fb76e92dcc774e12e115 (diff)
downloadComputeLibrary-7b2f02685f38f0a25af77635757e33c5f63b0cde.tar.gz
COMPMID-145 : Create ResNet v2 graph example
Change-Id: I6ff3d227321d8c3914f90ba4fc496b2fc122845c Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/144070 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Diffstat (limited to 'examples/graph_mobilenet_v2.cpp')
-rw-r--r--examples/graph_mobilenet_v2.cpp4
1 files changed, 2 insertions, 2 deletions
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);