soeaver / caffe-model

Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
MIT License
1.28k stars 626 forks source link

The wrn prototxt file in cls #37

Closed zhanglonghao1992 closed 6 years ago

zhanglonghao1992 commented 7 years ago

deploy_wrn50-2.prototxt doesn't seems like the real ‘wrn’ network,its just the nomal resnet-50 i think..

soeaver commented 7 years ago

Check carefully, it is really wider than resnet50

zhanglonghao1992 commented 7 years ago

@soeaver WRN use dropout between two 3*3 conv in a residual block, but in this prototxt I just see nomal bottleneck conv with bn.

soeaver commented 7 years ago

Just for small dataset, please read the paper and source code again.

zhanglonghao1992 commented 7 years ago

@soeaver I see.. Its quite interesting that two 3*3 suits small datases well but Imagenet needs bottleneck..