aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_mobilenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_mobilenet.cpp')
-rw-r--r--examples/graph_mobilenet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp
index 7533084d14..5a39dc0ffe 100644
--- a/examples/graph_mobilenet.cpp
+++ b/examples/graph_mobilenet.cpp
@@ -235,7 +235,7 @@ private:
};
graph << InputLayer(input_descriptor.set_quantization_info(in_quant_info),
- get_weights_accessor(data_path, common_params.image))
+ get_input_accessor(common_params, nullptr, false))
<< ConvolutionLayer(
3U, 3U, 32U,
get_weights_accessor(data_path, "Conv2d_0_weights.npy"),