How to show the training and validation accuracy as well as loss in the end of process bar?? #5885
Unanswered
JimXu1989
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
you need something like this? https://github.com/PyTorchLightning/pytorch-lightning-bolts/blob/master/pl_bolts/callbacks/printing.py |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for your GREAT work!!!
I want see the accuracy as well as the loss, when I fit the model, I tried many way to show the accuracy with the process bar as well as it shows in Keras
But it doesn't work
Thanks a lot!!!
Beta Was this translation helpful? Give feedback.
All reactions