Skip to content

paddle.v2.infer() prints logs, and currently no way to suppress  #2415

@juliecbd

Description

@juliecbd

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__]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions