Predict openvino model of patchcore on a device without GPU #627
Unanswered
ShawnGao123
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late reply. I just tried on my end and it is working. Can you confirm that it you get the same issue on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I predict some images with the trained openvino model of patchcore on a computer without GPU, there is an error:
File "D:\python38\lib\site-packages\anomalib\deploy\inferencers\openvino_inferencer.py", line 83, in load_model
executable_network = ie_core.load_network(network=network, device_name="CPU")
File "ie_api.pyx", line 413, in openvino.inference_engine.ie_api.IECore.load_network
File "ie_api.pyx", line 457, in openvino.inference_engine.ie_api.IECore.load_network
RuntimeError: bad allocation
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions