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

Unsupported operator: QuantizeLinear #39

Open
muralikrishnat29 opened this issue May 10, 2022 · 1 comment
Open

Unsupported operator: QuantizeLinear #39

muralikrishnat29 opened this issue May 10, 2022 · 1 comment

Comments

@muralikrishnat29
Copy link

muralikrishnat29 commented May 10, 2022

Hello

  • I am trying to load a MobileNet model using KIEngine.loadModel(model)
  • I get Unsupported Operation error and I could see QuantizeLinear is not supported yet from KIOperatorFactory

May I know the list of supported models and support for other unsupported operators and models in the near future?

@cupertank
Copy link
Collaborator

Hi!
Sorry for waiting for an answer.

Of course, we can implement the "QuantizeLinear" operator, but as far as I know, the MobileNet model also uses Conv operators, which we do not currently support. You can send a model and I will give a clearer answer whether we can support it in a short time or not.

Regarding the list of supported and unsupported operators, we plan to make a documentation that will include a list of supported operators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants