imagenet deploy prototxt: instead of having a data layer, this network proto takes...
authorYangqing Jia <jiayq84@gmail.com>
Tue, 19 Nov 2013 00:06:33 +0000 (16:06 -0800)
committerYangqing Jia <jiayq84@gmail.com>
Tue, 19 Nov 2013 00:06:33 +0000 (16:06 -0800)
commit91254090bd348398bffb7672a5d4e23ecd09e23c
tree6223b3c75c9aa9775200771b0564acb8fa0a62cb
parente24b1dd22b888efb60e42fcdeee0baa7f5a2dc0f
imagenet deploy prototxt: instead of having a data layer, this network proto takes an external blob called data. The shape is hardcoded to accompany the imagenet python wrapper at python/caffe/imagenet/wrapper.py. You need to change the shape if you intend to use other shapes.
examples/imagenet_deploy.prototxt [new file with mode: 0644]