GitXplorerGitXplorer
m

onnxconverter-common

public
256 stars
66 forks
34 issues

Commits

List of commits on branch master.
Verified
f7a8eb699caa6f6a78d3bdfbcaf5dfbd43569ebd

upgrade onnx to 1.17 (#309)

xxiaowuhu committed 2 months ago
Verified
209a47e18e6a4c3474273a0b2a5e8f1fda481643

Update float16.py (#293)

xxiaowuhu committed 7 months ago
Verified
8beb9a27f531b0db34568db6ea6e2f54fe2888cc

Fix bug of fp16 converter about the cast node and topology in sub-graph (#291)

xxiaowuhu committed 7 months ago
Verified
efc2b673930a01dc1120c908327a9aa84a8c271a

Fix fp16 converter bug (#288)

xxiaowuhu committed 8 months ago
Verified
741f937da91a88014ac69177676ddd02dcb1edbb

Remove useless cast nodes in graph after converting to fp16 model (#286)

xxiaowuhu committed 9 months ago
Verified
18f795f599a4c15c6f54a5ef4e199c25ab7f4213

Update pyproject.toml (#284)

xxiaowuhu committed 10 months ago

README

The README file for this repository.
Linux Windows
Build Status Build Status

Introduction

The onnxconverter-common package provides common functions and utilities for use in converters from various AI frameworks to ONNX. It also enables the different converters to work together to convert a model from mixed frameworks, like a scikit-learn pipeline embedding a xgboost model.

License

MIT License

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Document

Please reference the simple document here.