Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Could not load I8 model precision

Kawaguchi__Atsushi
512 Views

I tried to use inference engine with I8 model precision on CPU, but I8 model could not be loaded.

This model could be loaded with FP32 model precision, but I8 could not.

Error message is "Supported primitive descriptors list is empty for node: LinearFunction_1"

Thank you for help.

0 Kudos
3 Replies
Cary_P_Intel1
Employee
512 Views

Hi, Atsushi,

How do you get the Int8 IR model? can you let me know which model are you using also the calibration command you used?

0 Kudos
Kawaguchi__Atsushi
512 Views

Hi Cary P.

Thank you for replying.

I am using private model which is generated by client company.

I got Int8 IR model by command

$python3 calibration_tool.py -sm -m <FP32 IR model path>.xml --output-dir <output directory path>.

Are there some Int8 model which can not be loaded?

Thank you.

 

0 Kudos
Cary_P_Intel1
Employee
512 Views

Hi, Atsushi,

I'm sorry, with limited information, it's hard for me to help verify where the problem is. BUT there will be new calibration tool in R4, you can wait for the new tool and test again.

0 Kudos
Reply