-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: raise error earlier if there is no sufficient data points to s…
…uggest LR Now LR finder will raise a RuntimeError if there is no sufficient data points to calculate gradient for suggested LR when `lr_finder.plot(..., suggest_lr=True)` is called. The error message will clarify the details of failure, so users can fix the issue earlier as well.
- Loading branch information
1 parent
ad5971b
commit f642cd1
Showing
2 changed files
with
36 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters