ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
363 stars 236 forks source link

Request for Complete Zeiler Model #19

Closed wistone closed 9 years ago

wistone commented 9 years ago

Hi, Shaoqing

May I have your complete Zeiler Model for evaluating the performance using caffe? Since your current Zeiler_conv5 seems only have the parameters from conv1 to conv5, it cannot be directly used in caffe.

Thanks a lot.

ShaoqingRen commented 9 years ago

Hi wistone, The Zeiler_conv5 model contains fully connected layers. But dropout layer of this model is a little different with official Caffe version ( the scale operation is in test phase for ours)

Best, Shaoqing