You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theonnx
key under optimization section inconfig.yaml
, e.g.To make it a bit more accurate, we could rename
optimization
toexport
The text was updated successfully, but these errors were encountered: