Hi,
Suddently, I started getting additional progress bars while training. Here is the snapshot. I realized that I am getting train_batch_size (8 in this case) bars between every training step update progress bar. It only started from today. All these additional print statements are drastically slowing down the training and the notebook is getting hanged. Any idea how to fix this?
I have disabled tqdm in Trainer but the main tqdm is getting disabled but not these 8 additional bars between each step.
Thanks.