xxradon / PytorchToCaffe

Pytorch model to caffe model, supported pytorch 0.3, 0.3.1, 0.4, 0.4.1 ,1.0 , 1.0.1 , 1.2 ,1.3 .notice that only pytorch 1.1 have some bugs
MIT License
783 stars 224 forks source link

suppport the layer of "FrozenBatchNorm2d" #75

Open gyy-bot opened 4 years ago

gyy-bot commented 4 years ago

Thank you for the tool, I noticed that many algorithms use the FrozenBatchNorm2d rather than BatchNorm2d, Can someone add support for the FrozenBatchNorm2d? Thanks a lot!