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

There is no sigmoid function #18

Open x423xu opened 5 years ago

x423xu commented 5 years ago

I tried to convert my pytorch model to caffe but failed in a block which contains a sigmoid function

xxradon commented 5 years ago

Yes,there are so many layers that I do not add to this repo.Maybe you can do it by yourself.