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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suppport the layer of "FrozenBatchNorm2d"

gyy-bot opened this issue · comments

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!