Reputation: 11
Mxnet framework producing console logs while model loading and inferences of face model. Please find below the console logs which is producing while executing the python code.
[12:26:56] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v0.8.0. Attempting to upgrade... [12:26:56] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! [12:26:56] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v0.8.0. Attempting to upgrade... [12:26:56] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! [12:26:56] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v0.8.0. Attempting to upgrade... [12:26:56] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! [12:26:56] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v0.8.0. Attempting to upgrade... [12:26:56] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated. [12:27:49] ../src/executor/graph_executor.cc:1991: Subgraph backend MKLDNN is activated.
Please help to disable these console logs on the terminal or divert these logs into the file.
Thanks in advance to assist me to solve this problem.
I tried various approaches to handle these console logs, all are mentioned below :
None of the above mentioned approaches not given the exact solution.
Upvotes: 1
Views: 187