summaryrefslogtreecommitdiff
path: root/examples/cifar10/cifar10_quick.prototxt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cifar10/cifar10_quick.prototxt')
-rw-r--r--examples/cifar10/cifar10_quick.prototxt11
1 files changed, 5 insertions, 6 deletions
diff --git a/examples/cifar10/cifar10_quick.prototxt b/examples/cifar10/cifar10_quick.prototxt
index 9352fbf6..cf3b2a35 100644
--- a/examples/cifar10/cifar10_quick.prototxt
+++ b/examples/cifar10/cifar10_quick.prototxt
@@ -1,10 +1,9 @@
name: "CIFAR10_quick_test"
-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"