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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I don't find install from source guidance, Maybe we should add guidance for this?

cookieli opened this issue · comments

You probably can do the following:

git clone https://github.com/microsoft/MMdnn
cd MMdnn
python setup.py install