-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update tf.keras hvd.allreduce() API to match tensorflow allreduce() #2423
Conversation
2a3b61b
to
dc5f776
Compare
This comment has been minimized.
This comment has been minimized.
dc5f776
to
b4d5837
Compare
This comment has been minimized.
This comment has been minimized.
b4d5837
to
5a47a44
Compare
This comment has been minimized.
This comment has been minimized.
Test failures seems unrelated to the contents of this PR. |
Thanks @aaron276h, once #2439 lands I'll let you know so you can rebase. |
@aaron276h, the unit test fix has landed, please rebase when you get a chance. |
Signed-off-by: aaron276h <[email protected]>
Signed-off-by: aaron276h <[email protected]>
5a47a44
to
35e1cc4
Compare
Thanks for the quick fix @tgaddair! |
This comment has been minimized.
This comment has been minimized.
@tgaddair is it possible to re-run just the travis-ci build? |
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!
Description
tf.keras
allreaduce uses thetensorflow
allreduce under the hood but does not currently match its API. This PR brings thetf.keras
allreduce API (mostly) in line with the tensorflow API.