get fancy csv logger every epoch end #12364
Unanswered
JNaranjo-Alcazar
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 2 replies
-
Could I ask what you mean by "fancy"? Could be related to #11605? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi Community,
I am trying to create a fancy csv logger with this structure:
lr, epoch, acc, val_acc
I would like that the info is written every epoch end. So far, I have this code:
In the main script for training:
Regarding the model class:
The result I get in the csv is as follows:
As it can be seen, it is not stored every epoch end and it does not save the information fancy. How can I solve this?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions