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.

IECore fails to load custom network

CSche22
Beginner
498 Views

Hello

When I try to load my network with the IECore.load_network() function I get the following error:

exec_net = ie.load_network(model, device_name="MYRIAD")
Traceback (most recent call last):

  File "<ipython-input-16-ffe86d643791>", line 1, in <module>
    exec_net = ie.load_network(model, device_name="MYRIAD")

  File "ie_api.pyx", line 178, in openvino.inference_engine.ie_api.IECore.load_network

  File "ie_api.pyx", line 187, in openvino.inference_engine.ie_api.IECore.load_network

RuntimeError: Failed to find reference implementation for `Select83_clip` Layer with `Clamp` Type on constant propagation

The network was converted with the model optimizer from .onnx to .xml and .bin everything worked fine. As far as I know the Clip layer should be supported. When I try to load a model dowanloaded from the model zoo everything just works fine. Maybe someone has an idea how I could troubleshoot this?

Thanks for your help

0 Kudos
1 Reply
David_C_Intel
Employee
498 Views

Hi chrisschelle,

Thanks for reaching out. This thread is being discussed here.

Best regards,

David

0 Kudos
Reply