ngraph-onnx
ngraph-onnx copied to clipboard
GPU backend question
I have a question about running the example on an Intel integrated GPU. I got the following error when the backend_name is GPU. I am not clear which libraries or tools need to be installed. Must I install ngraph-onnx from the source ? I installed it using pip.
Thanks for your instruction.
File "test_onnx_model.py", line 41, in
Hi there, we have a tutorial, which may be helpful located here: https://www.ngraph.ai/tutorials/onnx-tutorial
It looks like you would need to enable the Intel GPU backend in the “Before you build” section and then use INTELGPU instead of GPU when running the computation.