How do I use the subcommand tune when using the CLI? #11028
Unanswered
goncalomcorreia
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.
-
When I run:
At the end of the output, we can read:
I would like to run the learning rate finder. From the documentation, it seems
lr_find
takes as input a trainer and a model. How do I get those from the config?I tried something like this and it didn't work:
Can someone share a working example of using the
tune
subcommand with the CLI?Beta Was this translation helpful? Give feedback.
All reactions