Unanswered
Hi! I Was Wondering Regarding This Issue:
In case anyone is interested, the minimum effort workaround I found is to edit pytorch_lightning/callbacks/progress.py and change all occurrences of dynamic_ncols=True to dynamic_ncols=False in the calls to tqdm . One could of course implement a custom callback inheriting from their ProgressBar class.
342 Views
0
Answers
4 years ago
2 years ago