Plot curves using matplotlib? #8665
Unanswered
talhaanwarch
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Dear @talhaanwarch, Yes you can. You would have to implement a from pytorch_lightning.loggers.base import LightningLoggerBase
class MatplotlibLogger(LightningLoggerBase):
...
Trainer(logger=MatplotlibLogger()) |
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.
-
Can we plot loss and metrics using matplotlib without using tensorboard?
Beta Was this translation helpful? Give feedback.
All reactions