AttributeError: 'Trainer' object has no attribute 'lr_find' #12043
Answered
by
rohitgr7
ozgugoksu
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
----> 7 lr_finder = t.lr_find(module) When I try to train a model, I got an error like; "AttributeError: 'Trainer' object has no attribute 'lr_find' " How can I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Feb 25, 2022
Replies: 2 comments 1 reply
-
hey @ozgugoksu its |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akihironitta
-
Im still getting an attribute error after this..what could be the issue |
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
hey @ozgugoksu
its
trainer.tuner.lr_find
.