No progress bar on Google Colab #9027
Unanswered
hmtrii
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 2 replies
-
what is tqdm version? i think you need to upgrade it |
Beta Was this translation helpful? Give feedback.
2 replies
-
It looks like there is no space for the progress bar. Your screen / window is too small in the horizontal direction. Remove a metric or resize the terminal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,

I build a model by Pytorch Lightning and train it on Google Colab. However, when I run the training model, the progress bar is not showed and the output seems messy. Could anyone help me out with this problem?
This is my code:
Thank you ❤️
Beta Was this translation helpful? Give feedback.
All reactions