How to improve tqdm log information when training?

Hi.

The logs of training executions look very bad. Do someone know fix them and get a normal-pretty print?

Hey @Oigres,
The log looks this bad because Training Job is piping the stdout to SageMaker/Cloudwatch and every new “tick” download progress is recorded as separate log.

The logs should look better if you open it in the aws management console in cloudwatch.

Currently there is no way to deactivate the progress bars, when using transformers, but we are on it.

4 Likes