Logger should be a lot less verbose
We do not need one log line for each second (due to the progress bar) in the worker log.
You can just log changes to new percent on a new line.
We do not need one log line for each second (due to the progress bar) in the worker log.
You can just log changes to new percent on a new line.
changed milestone to %ML Prod - Next
added P3 label
The process that has too many logs to display: https://arkindex.teklia.com/process/4f5ce7ee-3459-4103-bbf6-ad745bb4342d/4
By Nolan on 2023-02-28T13:25:27 (imported from GitLab)
I did some digging and I think that this behaviour is needed to make the multi-threading work with tqdm. This has something to do with the position
and leave
parameters of tqdm.
I'll dig deeper when I have more time again
You could try to set progress_bar_refresh_rate
in the trainer section of the configuration as user_configuration parameter, defaults to 10. We should have less progress bar logs this way.
This will set https://github.com/jpuigcerver/PyLaia/blob/master/laia/scripts/htr/train_ctc.py#L109
mentioned in merge request !75 (merged)
closed