shicai / DenseNet-Caffe

DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet
357 stars 274 forks source link

No field named "ceil_mode" when loading caffe model #6

Open kurff opened 7 years ago

kurff commented 7 years ago

Error parsing text-format caffe.NetParameter: 54:14: Message type "caffe.PoolingParameter" has no field named "ceil_mode". It seem that you have modified caffe source code which have no ceil_mode. How can I fix it? Thanks

shicai commented 7 years ago

pls refer to #1: https://github.com/shicai/DenseNet-Caffe/issues/1#issuecomment-280236884

kurff commented 7 years ago

thanks!