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

[Train] Torch data transfer automatic conversion #20333

Merged
merged 43 commits into from
Nov 15, 2021

Commits on Nov 10, 2021

  1. update

    amogkam committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    250c2a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. formatting

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c230a19 View commit details
    Browse the repository at this point in the history
  2. fix failures

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ed9bb72 View commit details
    Browse the repository at this point in the history
  3. fix session tests

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    48f6777 View commit details
    Browse the repository at this point in the history
  4. address comments

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2e569d8 View commit details
    Browse the repository at this point in the history
  5. add to api docs

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    94f8cbb View commit details
    Browse the repository at this point in the history
  6. package refactor

    amogkam committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    02e6a3d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. wip

    amogkam committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    deac2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00375a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. wip

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1b90b9a View commit details
    Browse the repository at this point in the history
  2. wip

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    22ff603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b2ce3f View commit details
    Browse the repository at this point in the history
  4. finish

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9002ab4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28a4337 View commit details
    Browse the repository at this point in the history
  6. finish

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9c6f9d5 View commit details
    Browse the repository at this point in the history
  7. fix

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    06c89e8 View commit details
    Browse the repository at this point in the history
  8. comment

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    055538c View commit details
    Browse the repository at this point in the history
  9. fix

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    3d058e3 View commit details
    Browse the repository at this point in the history
  10. install horovod for docs

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    a4333bd View commit details
    Browse the repository at this point in the history
  11. address comment

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    1a88647 View commit details
    Browse the repository at this point in the history
  12. Update python/ray/train/session.py

    Co-authored-by: matthewdeng <[email protected]>
    amogkam and matthewdeng authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    93f4422 View commit details
    Browse the repository at this point in the history
  13. Update python/ray/train/torch.py

    Co-authored-by: matthewdeng <[email protected]>
    amogkam and matthewdeng authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e023d4d View commit details
    Browse the repository at this point in the history
  14. address comments

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    62c5566 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b94551b View commit details
    Browse the repository at this point in the history
  16. try fix docs

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    cc429de View commit details
    Browse the repository at this point in the history
  17. fix doc build failure

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    5b97931 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2fea386 View commit details
    Browse the repository at this point in the history
  19. wip

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e6eb596 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e1312ef View commit details
    Browse the repository at this point in the history
  21. fix

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9168a83 View commit details
    Browse the repository at this point in the history
  22. fix

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    74eb011 View commit details
    Browse the repository at this point in the history
  23. fix

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    e6ff7ea View commit details
    Browse the repository at this point in the history
  24. try fix doc highlighting

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    06b1934 View commit details
    Browse the repository at this point in the history
  25. fix docs

    matthewdeng committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    0e05c0f View commit details
    Browse the repository at this point in the history
  26. finish

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    630a528 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    03f9ec4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4355905 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7515d96 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    86ef6fc View commit details
    Browse the repository at this point in the history
  31. formatting

    amogkam committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    8777432 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    8669d75 View commit details
    Browse the repository at this point in the history
  2. address comments and fix test

    amogkam committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    4138771 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    69899c2 View commit details
    Browse the repository at this point in the history