Catboost runs correctly on onnx but does not work on OpenVINO

98 Views Asked by At

I tried to convert to OpenVINO a Catboost model implemented by me, before I had to transform the Catboost to ONNX, I used the code found at the following link: https://catboost.ai/en/docs/concepts/apply-onnx-ml Then from ONNX to OpenVINO. When I run this 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?

I hope to find solutions to my problem.

1

There are 1 best solutions below

0
On

The following operation "ai.onnx.ml. TreeEnsembleRegressor" is currently not supported in OpenVINO Toolkit.

Refer the Supported Operations - by Framework Frontend documentation for lists of supported ONNX operations.