How to checkpoint Datamodule's hyperparams/parameters on Model Checkpoint? #10172
Unanswered
FeryET
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 4 replies
-
there is a |
Beta Was this translation helpful? Give feedback.
4 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.
-
I want to create an inference model, and I have multiple datasets. For this issue, I want to save some settings about my DataModule and indicate what is the test indices, what is the dataset location and etc.
How can I add these to model_checkpoint?
Beta Was this translation helpful? Give feedback.
All reactions