trainer.tuner.lr_find() not work #14891
Unanswered
knightdby
asked this question in
code help: CV
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i running under code with pytorch-lightning 1.7.6, have this error:

then running this code, are not error:
I think class
Trainer
are not normal inited by function__init__()
, then I check functionfrom_argparse_args()
, theoretically, it can be initialized normally by classTrainer
, and return classTrainer
.Beta Was this translation helpful? Give feedback.
All reactions