"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "517eaf460b06936f41c0d3c5c92c2c7feaf61fc7"
Unverified Commit 06834bc3 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Logs should not be hidden behind a logger.info (#6097)

parent dafa296c
......@@ -646,7 +646,7 @@ class Trainer:
if iterator is not None:
iterator.write(output)
else:
logger.info(output)
print(output)
def _prepare_inputs(
self, inputs: Dict[str, Union[torch.Tensor, Any]], model: nn.Module
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment