-
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
Gpu idx #2796
Gpu idx #2796
Conversation
Hello @williamFalcon! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-08-02 11:49:41 UTC |
APEX_AVAILABLE = True | ||
|
||
|
||
class DDPBackendTemp(object): |
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.
What is the Temp
for?
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.
this is a temporary internal refactor
Codecov Report
@@ Coverage Diff @@
## master #2796 +/- ##
=======================================
+ Coverage 87% 89% +3%
=======================================
Files 76 78 +2
Lines 6825 6997 +172
=======================================
+ Hits 5909 6252 +343
+ Misses 916 745 -171 |
Fixes gpu indexing broken by: #2739