Is there a way to log train and valid metrics separately? #8860
Unanswered
saravanabalagi
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
The only thing I am aware of is that you subclass the CSV logger to implement that yourself and filter the keys. After you did that, you can use two loggers (one for each split) with our logger collection. |
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.
-
Currently I get one file
metrics.csv
I see that I can later split that using pandas for example
But I tend to think that
metrics_{split}.csv
would be better as things are neatly organized. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions