summaryrefslogtreecommitdiff
path: root/models/bvlc_googlenet
diff options
context:
space:
mode:
authorLuke Yeager <lyeager@nvidia.com>2015-08-20 14:29:02 -0700
committerLuke Yeager <lyeager@nvidia.com>2015-08-20 14:29:02 -0700
commit2f5889cb84b8c7f8f64a6b7eb48e1dc624b18162 (patch)
treedbd1c89dbbfc572d679b28aabb496b514af67976 /models/bvlc_googlenet
parent833b334b53b6b7a84c300302642829e2c2b8b78d (diff)
downloadcaffeonacl-2f5889cb84b8c7f8f64a6b7eb48e1dc624b18162.tar.gz
caffeonacl-2f5889cb84b8c7f8f64a6b7eb48e1dc624b18162.tar.bz2
caffeonacl-2f5889cb84b8c7f8f64a6b7eb48e1dc624b18162.zip
Use input_shape instead of input_dim in examples
Diffstat (limited to 'models/bvlc_googlenet')
-rw-r--r--models/bvlc_googlenet/deploy.prototxt10
1 files changed, 6 insertions, 4 deletions
diff --git a/models/bvlc_googlenet/deploy.prototxt b/models/bvlc_googlenet/deploy.prototxt
index 4648bf26..1f90ee21 100644
--- a/models/bvlc_googlenet/deploy.prototxt
+++ b/models/bvlc_googlenet/deploy.prototxt
@@ -1,9 +1,11 @@
name: "GoogleNet"
input: "data"
-input_dim: 10
-input_dim: 3
-input_dim: 224
-input_dim: 224
+input_shape {
+ dim: 10
+ dim: 3
+ dim: 224
+ dim: 224
+}
layer {
name: "conv1/7x7_s2"
type: "Convolution"