-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[BugOnFeat] Resolve bug with Finetuning #5744
Conversation
Codecov Report
@@ Coverage Diff @@
## release/1.2-dev #5744 +/- ##
=================================================
+ Coverage 31% 82% +50%
=================================================
Files 181 181
Lines 12694 14015 +1321
=================================================
+ Hits 3990 11448 +7458
+ Misses 8704 2567 -6137 |
btw we also got #5643 |
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.
LGTM :]
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.
nice refactoring but not sure what bug it solves...
EDIT: bug description was added, thx :]
Co-authored-by: Jirka Borovec <[email protected]>
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 good. Just few more comments.
What does this PR do?
The BaseFinetuning Callback contained bugs within its freeze and unfreeze_and_add_param_group functions.
This PR resolves those bugs and add missing tests for those functions.
Furthermore, it renames the callbacks following Callback convention.
Fixes # (issue) <- this links related issue to this PR
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
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 🙃