Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add function add_onnx_graph to insert an onnx graph in a pipeline #1023

Merged
merged 5 commits into from
Aug 30, 2023

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Aug 30, 2023

Function add_onnx_graph makes it easier to write custom converters for model coming from other framework. See issue #1014 for an example.

@xadupre xadupre merged commit 052f51d into onnx:main Aug 30, 2023
32 checks passed
@KarelZe
Copy link

KarelZe commented Aug 31, 2023

Thanks for your work @xadupre. Is it possible to make add_onnx_graph accessible in the __init__.py?

@xadupre
Copy link
Collaborator Author

xadupre commented Aug 31, 2023

Like from skl2onnx.helpers import add_onnx_graph? I'll do that.

@KarelZe
Copy link

KarelZe commented Aug 31, 2023

@xadupre Exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants