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
I tried to implement on OpenVINO a Catboost implemented by me, before I had to transform the Catboost to ONNX, and then from ONNX to OpenVINO.
When I run the code the following warning appeared:
"OpenVINO does not support the following ONNX operations:
ai.onnx.ml. TreeEnsembleRegressor".
How can I solve this problem?
Is there a way to extend OpenVINO to include the above ONNX operations?
The text was updated successfully, but these errors were encountered:
I tried to implement on OpenVINO a Catboost implemented by me, before I had to transform the Catboost to ONNX, and then from ONNX to OpenVINO.
When I run the code the following warning appeared:
"OpenVINO does not support the following ONNX operations:
ai.onnx.ml. TreeEnsembleRegressor".
How can I solve this problem?
Is there a way to extend OpenVINO to include the above ONNX operations?
The text was updated successfully, but these errors were encountered: