-
Notifications
You must be signed in to change notification settings - Fork 443
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
Standalone onnx export #2155
Standalone onnx export #2155
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nice progress ! I left minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work! I left some comments. please take a look.
e9857a4
to
639a798
Compare
6085270
to
e6ae9f2
Compare
ONNX purity check is added: models should be compatible with onnxruntime |
Co-authored-by: Eunwoo Shin <[email protected]> Co-authored-by: Sungman Cho <[email protected]>
Summary
New export type is introduced. Now task.export() method can directly generate onnx models, when corresponding export type is specified. Also, the export type could be specified via CLI.
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.