microsoft/onnxconverter-common
Common utilities for ONNX converters
What it solves
It provides a shared set of utilities and functions that simplify the process of converting AI models from various frameworks to the ONNX format. It specifically addresses the problem of converting models that use a mix of different frameworks (e.g., a scikit-learn pipeline containing an XGBoost model).
How it works
The package acts as a common library of helper functions that different framework-specific converters can use to ensure consistency and interoperability between them during the model conversion process.
Who it’s for
Developers and engineers who are building or maintaining converters that translate AI models from different frameworks into ONNX.
Highlights
- Shared utilities for AI framework converters
- Support for mixed-framework model conversion
- MIT License
Related
- Project
- Project
- Project
- Project
- Project