Load only Generator for synthesis #11088
Unanswered
mcomunita
asked this question in
code help: CV
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.
-
Hi there,
The suggested way to load a checkpoint is:
model = MyLightningModule.load_from_checkpoint(PATH)
When training a GAN, we obviously have 2 models being saved.
How can I only resume the Generator?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions