ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for Complete Zeiler Model

wistone opened this issue · comments

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.

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