-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Deprecate stochastic_weight_avg
from the Trainer
constructor
#8989
Deprecate stochastic_weight_avg
from the Trainer
constructor
#8989
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8989 +/- ##
========================================
- Coverage 93% 88% -5%
========================================
Files 178 175 -3
Lines 15317 14666 -651
========================================
- Hits 14211 12889 -1322
- Misses 1106 1777 +671 |
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
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.
@williamFalcon @edenlightning Do you validate this depreciation ?
@tchaton isn't this what the leads group is for? I'd appreciate input from @Borda @ethanwharris @SeanNaren @carmocca @kaushikb11 either here or on #8971 where I've listed the motivation & pitch |
Any deprecations should also remove the associated docs for the deprecated feature. Following/copying a docs snippet to find out it's deprecated is a bad user experience. For this case, the following would need to be removed: Part of the text there could be merged with the docstring for the callback |
This decision was a strong push and final decision from Will. More importantly, I believe @edenlightning which represents the entire community should be present for strong Trainer depreciation. Personally, I do agree with this change. Best, |
@ananthsub mind resolve conflicts? :] |
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.
Looks great! @ananthsub can we resolve conflicts and merge?
What does this PR do?
Fixes #8971
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃