-
Notifications
You must be signed in to change notification settings - Fork 528
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
Added the test cases for tf.distribute.MirroredStrategy() to the test_runner #115
Conversation
…t uses TF_CONFIG here
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
========================================
- Coverage 90.53% 90% -0.53%
========================================
Files 31 31
Lines 2726 2742 +16
Branches 434 438 +4
========================================
Hits 2468 2468
- Misses 179 195 +16
Partials 79 79
Continue to review full report at Codecov.
|
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.
Great work! This is not an easy thing to get working, considering distributed strategy is pretty new code.
…t uses TF_CONFIG here and changes to keep it close to the source version.
Looks good to me. I'll merge it on our side. |
@cweill thanks :) |
…_runner | Closes PR #115. Copybara import of the project: - 0df5fc6 Changed the protobuf version to 3.6.1 to accomodate lates... by chandramouli <[email protected]> - 64985e0 Merge branch 'master' into master by Charles Weill <[email protected]> - 3d8cd3a Merge pull request #1 from tensorflow/master by chandramoulirajagopalan <[email protected]> - b21ed49 Added tf.distribute.MirroredStrategy() test to estimator_... by chandramouli <[email protected]> - 7116db2 Using MultiWorkerMirroredStrategy instead of MirroredStra... by chandramouli <[email protected]> - b0c21af Using MultiWorkerMirroredStrategy instead of MirroredStra... by chandramouli <[email protected]> - 62b3050 Merge branch 'master' into master by chandramoulirajagopalan <[email protected]> - 8185883 Merge 62b3050 into cfb35... by chandramoulirajagopalan <[email protected]> PiperOrigin-RevId: 254859026
This is now merged in master, so I'm closing this PR. Thanks for this! |
No description provided.