summaryrefslogtreecommitdiff
path: root/models/bvlc_alexnet/deploy.prototxt
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-12-03 19:39:19 -0800
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2016-02-25 17:29:42 -0800
commit2cc3844cb2a4a72de10d321781dc8f994bef95c7 (patch)
tree6df7f6bf13aed8195fb39d78062834877c11e374 /models/bvlc_alexnet/deploy.prototxt
parent0d9a78f5a083db859f01d45da91c5a0ca1389de8 (diff)
downloadcaffeonacl-2cc3844cb2a4a72de10d321781dc8f994bef95c7.tar.gz
caffeonacl-2cc3844cb2a4a72de10d321781dc8f994bef95c7.tar.bz2
caffeonacl-2cc3844cb2a4a72de10d321781dc8f994bef95c7.zip
[examples] switch examples + models to Input layers
Diffstat (limited to 'models/bvlc_alexnet/deploy.prototxt')
-rw-r--r--models/bvlc_alexnet/deploy.prototxt11
1 files changed, 5 insertions, 6 deletions
diff --git a/models/bvlc_alexnet/deploy.prototxt b/models/bvlc_alexnet/deploy.prototxt
index ff10daa9..45b2b0e3 100644
--- a/models/bvlc_alexnet/deploy.prototxt
+++ b/models/bvlc_alexnet/deploy.prototxt
@@ -1,10 +1,9 @@
name: "AlexNet"
-input: "data"
-input_shape {
- dim: 10
- dim: 3
- dim: 227
- dim: 227
+layer {
+ name: "data"
+ type: "Input"
+ top: "data"
+ input_param { shape: { dim: 10 dim: 3 dim: 227 dim: 227 } }
}
layer {
name: "conv1"