unsky / Deformable-ConvNets-caffe

Deformable Convolutional Networks on caffe
160 stars 83 forks source link

Have you ever tried deformable conv on classification network? #29

Closed zhanglonghao1992 closed 5 years ago

zhanglonghao1992 commented 5 years ago

I want to know how to initialize the weight param of “offset” conv layer , 0 or xavier? What initial lr we should use, small or big? Thanks.

unsky commented 5 years ago

0

zhanglonghao1992 commented 5 years ago

Thank u for your help~