Datamodule not calling load_state_dict()
when loading from checkpoint
#14842
Labels
bug
Something isn't working
checkpointing
Related to checkpointing
lightningdatamodule
pl.LightningDataModule
First check
Bug description
Sorry if this is part of #14841 but wanted to make sure it gets fixed as part of that if not!
In short, when you call
MyDataModule.load_from_checkpoint(checkpoint_path)
, it doesn't seem like theMyDataModule.load_state_dict()
is being called.How to reproduce the bug
Error messages and logs
No response
Important info
More info
No response
The text was updated successfully, but these errors were encountered: