- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I converted my model from ONNX to OpenVino IR and then tried to set up inference on macOS 10.14.5 and Python 3.6.
I am stuck with the following error:
>>> Exec_net = plugin.load(network=net) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "ie_api.pyx", line 551, in openvino.inference_engine.ie_api.IEPlugin.load File "ie_api.pyx", line 561, in openvino.inference_engine.ie_api.IEPlugin.load RuntimeError: Unsupported primitive of type: Gather name: GatherV2_1
According to the document here, it looks like OpenVino supports Gather in ONNX.
I am using OpenVino 2019.2.242.
Please let me know what I am doing wrong. I am happy to share my model if you can make this thread private.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Saito, Jun,
I have PM'd you so that you may send me your model privately.
Thanks,
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Saito, Jun,
You need to add_cpu_extension if you use CPU plugin.
plugin.add_cpu_extension('cpu_extension.dll')

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page