microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.79k stars 965 forks source link

is torch model to caffe on plan? #64

Open ForestWang opened 6 years ago

kitstar commented 6 years ago

I investigated some and I think it is not hard to implement. But there is no a python library to parse a torch model. Do you have any resource?

kitstar commented 6 years ago

We can work on it and release it later.

ForestWang commented 6 years ago

Read your comments just now. thank you very much for your support. i use "bshillingford/python-torchfile" to load torch file.

kitstar commented 6 years ago

Hi @ForestWang , is there any torch7 modelzoo (with pre-trained model .t7 files and train code) for test? I just found this of FB.