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

Update setup logic in training type plugins [1 / n] #9994

Merged
merged 21 commits into from
Oct 19, 2021

Commits on Oct 18, 2021

  1. setup

    awaelchli committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6644986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca8c6c1 View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    awaelchli committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ce19737 View commit details
    Browse the repository at this point in the history
  4. Update pytorch_lightning/plugins/training_type/ddp.py

    Co-authored-by: Carlos Mocholí <[email protected]>
    awaelchli and carmocca authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    a6ef0a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4db0e5b View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/lightning-lite/refactors/ttp-set…

    …up' into lightning-lite/refactors/ttp-setup
    awaelchli committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    cc1be53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8227265 View commit details
    Browse the repository at this point in the history
  8. update changelog

    awaelchli committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8d11d32 View commit details
    Browse the repository at this point in the history
  9. unused imports

    awaelchli committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6d85625 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. update comment

    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f3e5044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3dc5ea View commit details
    Browse the repository at this point in the history
  3. split

    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c4b3d25 View commit details
    Browse the repository at this point in the history
  4. add todo and docs

    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3024abb View commit details
    Browse the repository at this point in the history
  5. update docs

    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    71d8e35 View commit details
    Browse the repository at this point in the history
  6. update comments

    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7cd1ba2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce1bfde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a13cf7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35785f8 View commit details
    Browse the repository at this point in the history
  10. remove a comment

    While currently the methods are primarily used by Lite, they will become more important ingredients later on for all Lightning and all plugins
    awaelchli committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    4e2fa4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2661cbf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2de4d30 View commit details
    Browse the repository at this point in the history