Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6404 Discussions

Change ExecutableNetwork config after creation

Inflianskas__Roman
412 Views

I've loaded the network into the InferencePlugin. Now I want to change the config (thread count for CPU plugin). How can I do this?

0 Kudos
1 Solution
Cary_P_Intel1
Employee
412 Views

Hi, Inflianskas, Roman,

Don't know if the issue is still there or not, if so, there is method called "SetConfig" in ExecutableNetwork class in 2019 R2/R3 which allows you to change the configurations.

View solution in original post

0 Kudos
3 Replies
Cary_P_Intel1
Employee
413 Views

Hi, Inflianskas, Roman,

Don't know if the issue is still there or not, if so, there is method called "SetConfig" in ExecutableNetwork class in 2019 R2/R3 which allows you to change the configurations.

0 Kudos
Inflianskas__Roman
412 Views

The issue is still relevant. Thanks, Cary!

0 Kudos
Shubha_R_Intel
Employee
412 Views

Dear Inflianskas, Roman,

I believe Cary answered your question correct ? If not please study my answer to another similar IDZ Thread .

Hopefully it will help you. It's pretty much the same as what Cary suggests.

Thanks,

Shubha

 

0 Kudos
Reply