Checkpoinintg complex model #14846
Unanswered
jakubMitura14
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.
-
Hello, my model is created from two neural network one is Vnet which supplies segmentation masks second is modelRegression which count the class instances in the segmentation map.
both are kept in the lightning model class
However when I try the checkpointing the load_state_dict function gives error, what can I do?
Beta Was this translation helpful? Give feedback.
All reactions