You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried a run and the validation progress bar has the same behavior as the training progress bar. It also disappears before switching to the next epoch, as shown here:
Sanity Checking: | | 0/? [00:00<?, ?it/s]
Epoch 2: 100%|█████████████████████████████████████████████████████████████████████████████████████████| 391/391 [00:16<00:00, 23.56it/s, v_num=104, train_loss=0.923, Acc%=66.20]`Trainer.fit` stopped: `max_epochs=3` reached.
Epoch 2: 100%|█████████████████████████████████████████████████████████████████████████████████████████| 391/391 [00:17<00:00, 22.71it/s, v_num=104, train_loss=0.923, Acc%=66.20]
Files already downloaded and verified
Files already downloaded and verified
Restoring states from the checkpoint path at logs/resnet18/standard/version_104/checkpoints/epoch=2-step=1173.ckpt
LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0,1,2,3]
Loaded model weights from the checkpoint at logs/resnet18/standard/version_104/checkpoints/epoch=2-step=1173.ckpt
Testing DataLoader 0: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 79/79 [00:01<00:00, 45.49it/s]
What is the resolution of your screen? Sometimes, when the resolution is too small or when you change the window size while training, the progress bars are not updated correctly. @alafage, do you have an idea for this?
I agree with @o-laurent. I only have this weird behavior when I change the terminal window size while training. We cannot easily change that since we rely on Lightning for the progress bar. Let us know if you think there might be a bug on our side we missed.
Hi there!
The model will print the progress of loading the Validation dataloader redundantly besides each training epoch:
I wonder whether there exists a parameter to avoid it while presents the validation acc in each training epochs just like:
Thanks alot!
The text was updated successfully, but these errors were encountered: