kinference icon indicating copy to clipboard operation
kinference copied to clipboard

Unsupported operator: QuantizeLinear

Open muralikrishnat29 opened this issue 2 years ago • 1 comments

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?

muralikrishnat29 avatar May 10 '22 17:05 muralikrishnat29

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.

cupertank avatar Aug 23 '22 09:08 cupertank