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

Request for the new notebook which implement Catboost into openVINO #1656

Open
Fraapp24 opened this issue Nov 7, 2023 · 1 comment
Open
Labels
enhancement New feature or request no_stale Do not mark as stale

Comments

@Fraapp24
Copy link

Fraapp24 commented Nov 7, 2023

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?

@andrei-kochin andrei-kochin transferred this issue from openvinotoolkit/openvino_notebooks Nov 17, 2023
@andrei-kochin andrei-kochin added the enhancement New feature or request label Nov 17, 2023
@andrei-kochin
Copy link
Collaborator

Hello @Fraapp24,

Thanks for reaching OpenVINO!
You can follow this guide to prepare ONNX Frontend extension https://docs.openvino.ai/2023.2/openvino_docs_Extensibility_UG_Frontend_Extensions.html in case it is possible to represent it via existing OpenVINO operations.
More details in the Extension API guide: https://docs.openvino.ai/2023.2/openvino_docs_Extensibility_UG_Intro.html

@andrei-kochin andrei-kochin transferred this issue from openvinotoolkit/openvino Jan 29, 2024
@andrei-kochin andrei-kochin reopened this Aug 30, 2024
@andrei-kochin andrei-kochin added the no_stale Do not mark as stale label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no_stale Do not mark as stale
Projects
None yet
Development

No branches or pull requests

4 participants