-
Notifications
You must be signed in to change notification settings - Fork 25
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
How to configure log level for openvino execution provider? #137
Comments
Hello @jinmingyi1998. We don't have anything to configure log level specific to OpenVINO EP execution. Looks like the warnings you are seeing are coming from the ONNX Importer component of OpenVINO. Can you share more details here. What model you used and can you share the model with us to investigate. Having said that, just wanted to let you know that these warnings won't have any impact on the inferencing time of the model. But, please share the model details, we will investigate and fix the issue. |
As far as i known, this warning is casued by constant node - RESIZE. Do you have any ideas to solve it ? |
Hi @jinmingyi1998 . we investigated the issue by running your model. The issue is coming from OpenVINO's ngraph component when the ONNX model is being imported by OpenVINO. The latest current version of OpenVINO is OpenVINO 2021.4.2 LTS. We have a upcoming new OpenVINO version 2022.1 release in Mar 2nd to 3rd week. The warnings will be fixed with this release. current status with OV 2021.4.2: With upcoming OV 2022.1 Release (Mar'2022): I hope the issue is answered. Pls re-open the ticket if you have any other concerns. |
looking forward to new release! |
How to configure log level for openvino execution provider?
I'm using onnxruntime with openvino execution provider, and i always get warnnings like this:
Please tell me how to set log level
The text was updated successfully, but these errors were encountered: