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 DistributedStrategy interface with support for DDP #2890

Merged
merged 35 commits into from Jan 4, 2023
Merged

Commits on Dec 28, 2022

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

Commits on Dec 29, 2022

  1. WIP stragegy

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d4c0327 View commit details
    Browse the repository at this point in the history
  2. Broadcast object

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9c14328 View commit details
    Browse the repository at this point in the history
  3. LocalStrategy

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ccb8c67 View commit details
    Browse the repository at this point in the history
  4. Refactored trainer

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c4f9b6d View commit details
    Browse the repository at this point in the history
  5. Refs

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    63bca03 View commit details
    Browse the repository at this point in the history
  6. Renamed

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    804fba8 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e643e7a View commit details
    Browse the repository at this point in the history
  8. Added local rank computation

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    1bce9f2 View commit details
    Browse the repository at this point in the history
  9. Added metrics

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    def1ea2 View commit details
    Browse the repository at this point in the history
  10. Return first

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    20b09b8 View commit details
    Browse the repository at this point in the history
  11. Updated ray

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d46e48d View commit details
    Browse the repository at this point in the history
  12. Cleanup

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0300228 View commit details
    Browse the repository at this point in the history
  13. Resume on all ranks

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c65ed23 View commit details
    Browse the repository at this point in the history
  14. LightGBM

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    dc7f2f6 View commit details
    Browse the repository at this point in the history
  15. Added test

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    212350c View commit details
    Browse the repository at this point in the history
  16. Fixed ddp

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    94df3e2 View commit details
    Browse the repository at this point in the history
  17. Fixed test

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    0dffd91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e562e98 View commit details
    Browse the repository at this point in the history
  19. Fixed tests

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    2d602d4 View commit details
    Browse the repository at this point in the history
  20. Fixed horovod backend

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    a69d7df View commit details
    Browse the repository at this point in the history
  21. Added comment

    tgaddair committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b3a4fef View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fixed tests

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8f4c9bf View commit details
    Browse the repository at this point in the history
  2. Fixed more tests

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fa3770b View commit details
    Browse the repository at this point in the history
  3. Updated log

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5e15b51 View commit details
    Browse the repository at this point in the history
  4. Remove device_ids

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3c52a17 View commit details
    Browse the repository at this point in the history
  5. Fixed wrapping

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    23529f9 View commit details
    Browse the repository at this point in the history
  6. Fixed optimizer

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    df73940 View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    060911f View commit details
    Browse the repository at this point in the history
  8. Fixed initialize_pytorch

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3c411ee View commit details
    Browse the repository at this point in the history
  9. Cleanup

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c67e045 View commit details
    Browse the repository at this point in the history
  10. Fixed device

    tgaddair committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    bee031b View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Fixed horovod backend

    tgaddair committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    b99e580 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Merge

    tgaddair committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    14265d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375e420 View commit details
    Browse the repository at this point in the history