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 support for onnx export #302

Closed
djdameln opened this issue May 10, 2022 · 0 comments · Fixed by #509
Closed

Add support for onnx export #302

djdameln opened this issue May 10, 2022 · 0 comments · Fixed by #509
Labels
Enhancement New feature or request Optimization

Comments

@djdameln
Copy link
Contributor

Users might want to be able to export their models in onnx format. While we do export the model in .onnx format when OpenVINO export is enabled, there is currenty no way to export just the .onnx file, without the Open VINO IR files. To support this, we could add the onnx key under optimization section in config.yaml, e.g.

optimization:
    onnx: true

To make it a bit more accurate, we could rename optimization to export

@djdameln djdameln added Enhancement New feature or request Optimization labels May 10, 2022
@samet-akcay samet-akcay linked a pull request Sep 9, 2022 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Optimization
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants