summaryrefslogtreecommitdiff
path: root/examples/cifar10/cifar10_full.prototxt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cifar10/cifar10_full.prototxt')
-rw-r--r--examples/cifar10/cifar10_full.prototxt11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/cifar10/cifar10_full.prototxt b/examples/cifar10/cifar10_full.prototxt
index 446479da..83cf0d86 100644
--- a/examples/cifar10/cifar10_full.prototxt
+++ b/examples/cifar10/cifar10_full.prototxt
@@ -1,12 +1,11 @@
name: "CIFAR10_full_deploy"
# N.B. input image must be in CIFAR-10 format
# as described at http://www.cs.toronto.edu/~kriz/cifar.html
-input: "data"
-input_shape {
- dim: 1
- dim: 3
- dim: 32
- dim: 32
+layer {
+ name: "data"
+ type: "Input"
+ top: "data"
+ input_param { shape: { dim: 1 dim: 3 dim: 32 dim: 32 } }
}
layer {
name: "conv1"