aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_lenet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graph_lenet.cpp')
-rw-r--r--examples/graph_lenet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp
index 9e6551973b..676fdb9ce2 100644
--- a/examples/graph_lenet.cpp
+++ b/examples/graph_lenet.cpp
@@ -120,7 +120,6 @@ void main_graph_lenet(int argc, const char **argv)
500U,
get_accessor(data_path, "/cnn_data/lenet_model/ip1_w.npy"),
get_accessor(data_path, "/cnn_data/lenet_model/ip1_b.npy"))
- << TensorInfo(TensorShape(500U, batches), 1, DataType::F32)
<< ActivationLayer(ActivationLayerInfo(ActivationLayerInfo::ActivationFunction::RELU))
<< FullyConnectedLayer(
10U,