Why there is no any display on the training/validation accuracy information on the progress bar? #13581
Unanswered
dingjun6953
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
def training_step(self, batch, batch_idx):
self.log("accuracy", accuracy, prog_bar=True) See the doc page for details: https://pytorch-lightning.readthedocs.io/en/1.6.4/extensions/logging.html#progress-bar |
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.
-
Could someone do me a favor and check the following codes? When running on Kaggle, there is no information on the progress bar for the training/validation accuracy. I do not know what caused such a problem.
I look forward to your help.
Thanks in advance.
codes below
Beta Was this translation helpful? Give feedback.
All reactions