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

[sgd] Distributed Training via PyTorch #4797

Merged
merged 34 commits into from
Jun 2, 2019

Commits on May 16, 2019

  1. Configuration menu
    Copy the full SHA
    420515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e4ef6 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    c2dfed9 View commit details
    Browse the repository at this point in the history
  2. Add SGD tests to CI

    pschafhalter committed May 19, 2019
    Configuration menu
    Copy the full SHA
    3b85d54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c8fe5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Add validation

    pschafhalter committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8cb3349 View commit details
    Browse the repository at this point in the history
  2. fix lint

    pschafhalter committed May 20, 2019
    Configuration menu
    Copy the full SHA
    c70509c View commit details
    Browse the repository at this point in the history
  3. fix CI

    pschafhalter committed May 20, 2019
    Configuration menu
    Copy the full SHA
    2ac7da9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Lint

    pschafhalter committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0aac5c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8267994 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Update python/ray/experimental/sgd/pytorch/utils.py

    Co-Authored-By: Richard Liaw <[email protected]>
    pschafhalter and richardliaw authored May 22, 2019
    Configuration menu
    Copy the full SHA
    c14468b View commit details
    Browse the repository at this point in the history
  2. Update python/ray/experimental/sgd/pytorch/utils.py

    Co-Authored-By: Richard Liaw <[email protected]>
    pschafhalter and richardliaw authored May 22, 2019
    Configuration menu
    Copy the full SHA
    8cd7c93 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Address comments

    pschafhalter committed May 23, 2019
    Configuration menu
    Copy the full SHA
    bbb5d2d View commit details
    Browse the repository at this point in the history
  2. Fixes for GPU

    pschafhalter committed May 23, 2019
    Configuration menu
    Copy the full SHA
    83fccb9 View commit details
    Browse the repository at this point in the history
  3. Enable multi-GPU models

    pschafhalter committed May 23, 2019
    Configuration menu
    Copy the full SHA
    b9259ce View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    0036ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6164af9 View commit details
    Browse the repository at this point in the history
  3. Make tests less flaky

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    a2a8e89 View commit details
    Browse the repository at this point in the history
  4. Address comments

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    491af2e View commit details
    Browse the repository at this point in the history
  5. Merge stats

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    6d43f81 View commit details
    Browse the repository at this point in the history
  6. Add default optimizer

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    c429dd4 View commit details
    Browse the repository at this point in the history
  7. Improve documentation

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    52a353c View commit details
    Browse the repository at this point in the history
  8. Nicer imports

    pschafhalter committed May 24, 2019
    Configuration menu
    Copy the full SHA
    257e3eb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Address comments

    pschafhalter committed May 30, 2019
    Configuration menu
    Copy the full SHA
    158212a View commit details
    Browse the repository at this point in the history
  2. Hopefully fix tests

    pschafhalter committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c6f9056 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Address comments

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    73a00e8 View commit details
    Browse the repository at this point in the history
  2. Move tests to Travis

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    9b657ed View commit details
    Browse the repository at this point in the history
  3. Add docs

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    31d0047 View commit details
    Browse the repository at this point in the history
  4. lint

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    259e46d View commit details
    Browse the repository at this point in the history
  5. Add torch as mock module

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    fcc429b View commit details
    Browse the repository at this point in the history
  6. Rollback travis changes

    pschafhalter committed May 31, 2019
    Configuration menu
    Copy the full SHA
    85f979f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c40b53 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Address comments

    pschafhalter committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    86fdac2 View commit details
    Browse the repository at this point in the history
  2. logger

    richardliaw committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    eca5995 View commit details
    Browse the repository at this point in the history