-
Notifications
You must be signed in to change notification settings - Fork 24
openvino/workbench 2022.1 grays out gpu option on 8th generation intel core i7 #99
Comments
Hello @dnoliver! Thank you for using the tool. |
Hi! Sorry, I had so many Github notifications that I am missing important stuff. |
This was originally reported by @whitneyfoster, maybe she will have additional information and follow up with you on this issue. |
@artyomtugaryov This is the ssdlit_mobilenet_v2 model that is in from the OMZ and available to download and convert within DL Workbench: https://docs.openvino.ai/latest/omz_models_model_ssdlite_mobilenet_v2.html |
Looks like the model contains precisions that are not supported by the GPU, for example int8. |
Why can I select GPU on TGL systems then? Also I thought that while GPU was not optimized for int8, you can still run int8 on GPU. |
I am also able to run the model locally on my Intel(R) Core(TM) i5-7300U GPU. C:\Users\wfoster\Downloads>benchmark_app -m C:\Users\wfoster\Downloads\public\ssdlite_mobilenet_v2\FP32\ssdlite_mobilenet_v2.xml -d GPU [Step 3/11] Setting device configuration C:\Users\wfoster\Downloads>benchmark_app -m C:\Users\wfoster\Downloads\public\ssdlite_mobilenet_v2\FP16\ssdlite_mobilenet_v2.xml -d GPU [Step 3/11] Setting device configuration |
NOTE: 11th gen Core works fine
We only see this issue with the 'ssdlite_mobilenet_v2' model, but not with caffenet
Is this behavior expected?
The text was updated successfully, but these errors were encountered: