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

How to disable topology dumping into STDOUT?

Evgeniy_B_
Beginner
442 Views

I'd like to prevent OpenVINO from polluting application's STDOUT with irrelevant messages, such as:

name: data [ out: U8/l=NCHW ]
name: data_U8_FP32_Scale1/Mul_/FusedScaleShift_ [ in: U8/l=NCHW; out: FP32/l=NCHW ]

I've tried passing the log level to plugin with:

plugin.SetConfig( { { InferenceEngine::PluginConfigParams::KEY_LOG_LEVEL, InferenceEngine::PluginConfigParams::LOG_WARNING } } );

to no avail, the plugin rejects this setting:

[NOT_FOUND] Unsupported property LOG_LEVEL by CPU plugin
..\src\mkldnn_plugin\config.cpp:67

 

0 Kudos
0 Replies
Reply