-
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
Fix batch_outputs with optimizer frequencies #3229
Conversation
ping @williamFalcon. |
open to suggestions for tests if required here :) |
Codecov Report
@@ Coverage Diff @@
## master #3229 +/- ##
======================================
Coverage 90% 90%
======================================
Files 100 100
Lines 8034 8035 +1
======================================
+ Hits 7247 7253 +6
+ Misses 787 782 -5 |
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, test fails on master.
this seems an important fix, I would add note to changelog
This pull request is now in conflict... :( |
2b13b40
to
e194b9c
Compare
This pull request is now in conflict... :( |
fe043e7
to
d6e0fd1
Compare
@Borda this one too? |
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 :]
This pull request is now in conflict... :( |
@rohitgr7 this touches the training loop and @williamFalcon is currently refactoring that. It looks like the training loop will move a separate class (see training_loop_temp.py), so we need to be careful here and coordinate with him. your change is small, so probably not a problem, just saying. |
@awaelchli the core training loop is not implemented yet in that file. So I guess either we should block it for some time or merge it now since I don't think the core loop will be changed. |
agreed |
This pull request is now in conflict... :( |
1 similar comment
This pull request is now in conflict... :( |
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
bfe9d74
to
bc441c2
Compare
@Borda can we merge this? |
What does this PR do?
Fixes #3143
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃