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
Describe the bug
The end_lr parameter is annotated as an int. However, it is used for two underlying schedulers that inherit from _LRSchedulerMonai, which uses a float.
Expected behavior end_lr should be annotated as a float.
The text was updated successfully, but these errors were encountered:
joshestein
changed the title
LearningRateFinder range_test has incorrect type annotation for end_lr
LRFinder range_test has incorrect type annotation for end_lrApr 14, 2023
Fixes#6363.
### Description
Correct type annotation for `end_lr`.
### Types of changes
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
Signed-off-by: Josh <josh.e.stein@gmail.com>
Describe the bug
The
end_lr
parameter is annotated as an int. However, it is used for two underlying schedulers that inherit from_LRSchedulerMonai
, which uses a float.Expected behavior
end_lr
should be annotated as a float.The text was updated successfully, but these errors were encountered: