How to log to stdout/stderr without the progress bar? #17500
Unanswered
RuABraun
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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 set
enable_progress_bar=False
I get zero logging output while using logging commands likeself.log(f"train_loss_att", loss_att, on_step=True, on_epoch=True, batch_size=batch_size, sync_dist=False)
Why does this happen?
Beta Was this translation helpful? Give feedback.
All reactions