Trainer not optimizing weights #10684
Unanswered
cwoolfo1
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 6 replies
-
can you share the code for |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am running code to train a stacked GRU. I have defined and created train and validation data loaders. I initialized the trainer but when I run the code the accuracies for the validation loop and train loop don't change, they stay the same. I have compared my code to the documentation and I cannot seem to find the issue.
Attached is the code I used to define my data module class and initialize and train my model. Is there any advice y'all can offer me for fixing this issue?
Beta Was this translation helpful? Give feedback.
All reactions