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.8k stars 965 forks source link

Where does executables (mmdownload, mmconvert, etc..) get stored?? #911

Closed sandeepganage closed 3 years ago

sandeepganage commented 3 years ago

Platform (like ubuntu 16.04/win10): win 10

Python version: 3.7

Source framework with version (like Tensorflow 1.4.1 with GPU): tensorflow-gpu - 2.1.0

Destination framework with version (like CNTK 2.3 with GPU):

Pre-trained model path (webpath or webdisk path):

Running scripts:

I am trying to convert tensorflow model to caffe. I learnt about MMdnn just recently. To install mmdnn I ran : pip install mmdnn But where do mmdnn's executables get stored?? I am not able to run commands like mmdownload, mmconvert etc. I appreciate any help on this.

prateek9623 commented 3 years ago

If you are using Linux then those can be found in '/usr/local/bin' and for windows, you can refer to https://github.com/microsoft/MMdnn/issues/852#issuecomment-644127923