Model conversion tool for deep learning frameworks
Top 9.0% on sourcepulse
MMdnn is a cross-framework tool for deep learning model conversion, visualization, and diagnosis, targeting researchers and developers who need to interoperate between different DL frameworks. It simplifies model migration, enabling training in one framework and deployment in another, with features for retraining, visualization, and deployment guidance.
How It Works
MMdnn utilizes an intermediate representation (IR) format to facilitate model conversion between frameworks. This IR stores network architecture in protobuf binary and weights in NumPy native format. This approach allows for a universal converter, abstracting away framework-specific details and enabling seamless model transfer.
Quick Start & Requirements
pip install mmdnn
or pip install -U git+https://github.com/Microsoft/MMdnn.git@master
docker pull mmdnn/mmdnn:cpu.small
then docker run -it mmdnn/mmdnn:cpu.small
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 weeks ago
Inactive