using model.log outside model #7285
Unanswered
sordonia
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.
-
Hi all :)
I am trying to log results of a computation happening outside the model class itself, after trainer.fit(model, datamodule) has taken place.
The problem is that these results are not getting logged. Am I doing something wrong?
Thanks a lot for the support!
Beta Was this translation helpful? Give feedback.
All reactions