-
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
WIP: Fix non-tensor scalar result aggregation #3540
Conversation
@justusschock any thoughts on the first two entries in my todo above? |
@s-rog I'd say convert ASAP and maybe the ddp_sync should come automatically with that |
@justusschock gotcha, I just put it there for now to maintain current (no) syncing behavior, update to come |
Codecov Report
@@ Coverage Diff @@
## master #3540 +/- ##
======================================
- Coverage 91% 91% -0%
======================================
Files 109 109
Lines 8043 8045 +2
======================================
+ Hits 7303 7304 +1
- Misses 740 741 +1 |
I'm trying to figure out why the code path is different for Edit: |
@williamFalcon any advice? |
fixed in #3855 |
What does this PR do?
Fixes #3276
Resolves #2143
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 🙃
Todo
ddp sync for converted tensors?convert inlog
or__set_meta
?write test(s)fix tests