Closed
Description
Bug description
Version of pytorch_lightning==2.0.6
, tqdm==4.65.0
I want to display the training progress of my models and the basic ProgressBar from pytorch_lightning.callbacks does not work (nothing shows up).
However, when I switched to RichProgressBar, the rich progress bar shows up.
What version are you seeing the problem on?
v2.0
How to reproduce the bug
python pytorch_lightning.callbacks import ProgressBar
does not show up anything.
from pytorch_lightning.callbacks import RichProgressBar
can show the training progress.
Error messages and logs
Nothing shows up for ProgressBar
.
Environment
pytorch_lightning==2.0.6
tqdm==4.65.0
More info
Running things in a Linux environment, with an A40 GPU.
cc @awaelchli