Recursion error when trying to use a LR scheduler with the CLI #15664
Unanswered
alzaia
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 2 comments 1 reply
-
There is not enough information to tell. You could try to enable debugging of the CLI (see #how-do-i-troubleshoot-a-cli) and share the full stack trace. Though, I am not sure if the problem is related to the CLI. Why would the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @mauvilsa , I just tried it with another scheduler:
And it gives me another error this time:
|
Beta Was this translation helpful? Give feedback.
1 reply
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, I am using the CLI with a standard
config.yaml
file for my training params. Myconfig.yaml
overall structure looks like this and works fine:However, when I add a scheduler (following the Lightning guidelines and examples), for example:
It gives me a recursion error:
Any idea what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions