You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wondering if we could embed this feature which is especially useful for complex models and improve performance. Apply lr_finder if learning_rate is not given to the model, and provide means to retrieve optimum learning rate after fit().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Wondering if we could embed this feature which is especially useful for complex models and improve performance. Apply lr_finder if
learning_rate
is not given to the model, and provide means to retrieve optimum learning rate afterfit()
.Ref: https://lightning.ai/docs/pytorch/stable/advanced/training_tricks.html#learning-rate-finder
Beta Was this translation helpful? Give feedback.
All reactions