Convert Caffe2 to PyTorch

Hi Everyone,
I want to convert some models from Caffe2 to PyTorch. In fact, I want to convert the FAIR Detectron Models into PyTorch. Could you help me please to do that?

First you need to build a model which is equivalent in terms of operations to the one you want to import.

I guess after that you can imports the weights from the Caffe2 model (with appropriate mapping between weight names).

@ahkarami See here https://github.com/ignacio-rocco/detectorch

1 Like

Dear @ignacio-rocco,
Thank you very much. I think your work is really fantastic and valuable. I hope your project will complete soon.
regards

1 Like