If we call paddle.v2.infer(), this prints logs every time, and there is currently no way to suppress. Could we fix this issue?
probs = paddle.infer(
output_layer=predict, parameters=parameters, input=test_data)
[INFO 2017-06-07 12:06:37,678 networks.py:1482] The input order is [pixel]
[INFO 2017-06-07 12:06:37,678 networks.py:1488] The output order is [__fc_layer_2__]