vadimkantorov / caffemodel2pytorch

Convert Caffe models to PyTorch
389 stars 84 forks source link

pytorch2caffemodel #14

Closed snowflake119 closed 4 years ago

snowflake119 commented 4 years ago

Dear sir : recently I am researching how to covert pytorch model to caffemodel ,would you like to share a tool that can convert pytorch model to caffemodel?or can you give me some advice ?

vadimkantorov commented 4 years ago

Sorry, I have no such tool. I general, you can make one your own but you have to study the protobuf format for weights yourself