How can I show my information on the progress bar? #13734
Answered
by
xmy0916
xmy0916
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
The default process bar like this, If i want to display acc metric on process bar like this, What should I do? thx~ |
Beta Was this translation helpful? Give feedback.
Answered by
xmy0916
Jul 19, 2022
Replies: 1 comment
-
I find it~ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xmy0916
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I find it~
self.log("accuracy", accuracy, prog_bar=True)