Skip to content
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 allgather_object utility function for TensorFlow, PyTorch, and MXNet #2166

Merged
merged 4 commits into from Aug 7, 2020

Commits on Aug 6, 2020

  1. Added allgather_object utility function for TensorFlow and PyTorch

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed Aug 6, 2020
    Copy the full SHA
    f0632d6 View commit details
    Browse the repository at this point in the history
  2. Fixed expected when size > 2

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed Aug 6, 2020
    Copy the full SHA
    691b7ea View commit details
    Browse the repository at this point in the history
  3. Skip TF 1.14

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed Aug 6, 2020
    Copy the full SHA
    2cd82d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Added mxnet

    Signed-off-by: Travis Addair <taddair@uber.com>
    tgaddair committed Aug 7, 2020
    Copy the full SHA
    d310f80 View commit details
    Browse the repository at this point in the history