-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to allow Scheduler to be configured as a list and fix a bug in the AdaptiveTrainingCallback #2910
Fix to allow Scheduler to be configured as a list and fix a bug in the AdaptiveTrainingCallback #2910
Conversation
@harimkang could you also add results on |
For now, it seems to be working fine based on |
@harimkang Could you also check the accuracy for instance seg algos on |
@eugene123tw
I'll also attach the regression result when it's done. |
[Small-Dataset Comparison]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix
Summary
AdaptiveTrainingCallback
. -> Longer warmup times in small-dataset)overrides
would throw an error ifconfigs.callbacks
came in asNone
.WarmupReduceLROnPlateau
->LinearWarmupScheduler + ReduceLROnPlateau
.WarmupPolynomialLR
->LinearWarmupScheduler + PolynomialLR
.max_epochs
,warmup_iters
,early-stopping patience
How to test
Checklist
License
Feel free to contact the maintainers if that's a concern.