msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.04k stars 959 forks source link

How to train a classification network using mdcn? #233

Open zhanglonghao1992 opened 5 years ago

zhanglonghao1992 commented 5 years ago

I want to train a Rsenet50 using mdcn on ImageNet classification task. How to initialize the params in offset layer? How to set learning rate? Using BN or not?