Specify Trainer strategy in CLI config? #12978
Answered
by
carmocca
wwbrannon
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
Hi folks, I can't figure out how to give a Strategy class (rather than a string) as an argument to the trainer in a CLI config file. Is doing so supported? Doing this works fine:
But this gives a jsonargparse error:
The error:
|
Beta Was this translation helpful? Give feedback.
Answered by
carmocca
May 5, 2022
Replies: 2 comments
-
cc @carmocca |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a bug! Will be fixed with #12989 which should be included in next week's bugfix release Thanks for the report! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carmocca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a bug! Will be fixed with #12989 which should be included in next week's bugfix release
Thanks for the report!