From 2cc3844cb2a4a72de10d321781dc8f994bef95c7 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Thu, 3 Dec 2015 19:39:19 -0800 Subject: [examples] switch examples + models to Input layers --- models/bvlc_alexnet/deploy.prototxt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'models/bvlc_alexnet') 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" -- cgit v1.2.3