- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The process of converting to IR/Openvino format has no errors. However, when running openvino format in Inference Engine, the following error occurs:
net = IENetwork(model="./model.xml", weights="./model.bin") #Generated by model optimizer
3 plugin=IEPlugin(device="CPU")
----> 4 exec_net=plugin.load(network=net)
5 Exec_net.infer({input_blob: image})
ie_api.pyx in openvino.inference_engine.ie_api.IEPlugin.load()
ie_api.pyx in openvino.inference_engine.ie_api.IEPlugin.load()
RuntimeError: Unsupported primitive of type: Resample name: Interpolate/1614
Link Copied
0 Replies
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