Remove entries from the progress bar later in training. #13390
Unanswered
ChristophReich1996
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 2 replies
-
Hi @ChristophReich1996! Not sure if it's the best (or if this is what you're looking for), but turning it off with self.log("loss_bootstrap_1", random_value, prog_bar=False) once at a point your training phase changes might probably work. |
Beta Was this translation helpful? Give feedback.
2 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 have the following "issue" I have multiple training phases with different loss functions. However, I would only like to show the current loss values in my progress bar. Is there any elegant way to discard old loss entries (eg. loss_bootstrap_1) from the progress bar?

Thanks for the help! :)
Cheers
Christoph
Beta Was this translation helpful? Give feedback.
All reactions