batuman
batuman

Reputation: 7304

Running model in GPU using OpenVino

I can run model on CPU successfully. Once run on GPU, I have error as

[ ERROR ] Check 'get_element_type().is_dynamic() || get_element_type() == element_type' failed at C:\j\workspace\private-ci\ie\build-windows-vs2019@2\b\repos\openvino\ngraph\core\src\runtime\host_tensor.cpp:174:
Can not change a static element type

How can I solve?

Upvotes: 0

Views: 798

Answers (1)

Rommel_Intel
Rommel_Intel

Reputation: 1413

You might need to do the Additional Installation Steps for Intel® Processor Graphics (GPU) or your model may not work on GPU. Refer to the Public Pre-Trained Models and Intel's Pre-Trained Models to check the Models Device Support. Also, please ensure that you are following all the System requirements needed.

Upvotes: 0

Related Questions