Training broken after Lightning upgrade #7495
Unanswered
simonjaq
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
You can check by accessing And then check out the release notes for all subsequent versions. You can also try upgrading version by version to see what breaks. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello all
I developed a quite complex Image2Image translation GAN.
Haven't worked on it for a while. Now I wanted to pick up training it and make some slight adjustments to the network.
In the meantime I had to upgrade Lightning to most recent version because of another project.
I can't get the training to pick up from where it was. Loading a checkpoint and doing inference still works.
The original code was developed under 0.4 version (I think?)
I guess I figured out the changes neccessary for hyperparameter handling. Training does start but loss is NaN right from the beginning.
Here's my current code (shortened). Would be great if one of the pros could guide me at what has to be changed to make it work again.
(Sorry, code is very messy)
Beta Was this translation helpful? Give feedback.
All reactions