Exploding Validation Loss #14187
Unanswered
lsaeuro
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 Everyone,

I am having trouble training a pytorch-lightning implementation of RandLa-Net.
I observe a validation loss of a different order of magnitude with respect to the training one :
The above image is the result of the following sanity check :
The tensors start changing order of magnitude from the first batch norm layer.
What can I do to solve this issue and what can be useful to post here for help?
Here a Dumb code not ready for running https://github.com/lsaeuro/RandLa-Dump
Beta Was this translation helpful? Give feedback.
All reactions