-
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
Call configure_module before freeze_before_training #20428
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20428 +/- ##
=========================================
- Coverage 88% 79% -9%
=========================================
Files 267 264 -3
Lines 23274 23219 -55
=========================================
- Hits 20381 18270 -2111
- Misses 2893 4949 +2056 |
Thank you @chualanagit We need to make sure configure_model is not called twice: is that the case? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
The current change is messing with assumptions on how hooks are called internally and how progress is tracked, I don't think this is going to work. I think should introduce a different hook instead ( |
I double checked all the tests that failed, seems like all the failures are identical, failing on assertion that |
seems like no other errors are raised, wondering if anyone knows of any reason why |
@lantiga quick question, how reliable in general are the CI tests? I have definitely seen transient errors that show up on a specific commit and disappear in another before. Also seen before that a PR was merged when some CI tests are still failing. Would love to learn more for future contributions, thanks! |
What does this PR do?
Fixes #19658
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist