aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_mobilenet_v2.cpp
diff options
context:
space:
mode:
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);