Discover and explore top open-source AI tools and projects—updated daily.
microsoftModel conversion tool for deep learning frameworks
Top 8.8% 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@masterdocker pull mmdnn/mmdnn:cpu.small then docker run -it mmdnn/mmdnn:cpu.smallHighlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 months ago
1 day
tensorflow
tobegit3hub
keras-team
huggingface
huggingface