Validation Prog ression Bar #15163
Unanswered
Polarisjame
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 3 replies
-
@Polarisjame I'm not sure if this applies to your case, but I've heard it doesn't work properly in some terminal emulators. To investigate your issue, I would try running a minimal script like this one first to see whether it's caused by your implementation or not. Another option is to switch the default progress bar to |
Beta Was this translation helpful? Give feedback.
3 replies
-
I had similar issue in jupyter notebook. Solved using RichProgressBar! Thanks for this discussion:) |
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.
-
When I run the Validation step,it seems that my val_loss and val_acc don't show on the prog_bar and it line feeds automaticly ,I don't Know how to deal with it,here is my model code:
and my trainer code:
Beta Was this translation helpful? Give feedback.
All reactions