Using Multiple Optimisers gives Index Error? #11846
Answered
by
ananthsub
TheSeparatrix
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Hello,
What am I missing? Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
ananthsub
Feb 10, 2022
Replies: 1 comment 1 reply
-
Validation doesn't require optimizers. Try removing the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TheSeparatrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Validation doesn't require optimizers. Try removing the
optimizer_idx
argument from yourvalidation_step
method definition