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

Replace unwrapping logic in strategies #13738

Merged
merged 61 commits into from
Aug 12, 2022
Merged

Commits on Jul 2, 2022

  1. wip

    awaelchli committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    57b917c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    4c65ea6 View commit details
    Browse the repository at this point in the history
  2. model setter

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    626ac9e View commit details
    Browse the repository at this point in the history
  3. fix import

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b07e11c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    352397f View commit details
    Browse the repository at this point in the history
  5. refactor wrappers overrides

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7184b59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f5d06f View commit details
    Browse the repository at this point in the history
  7. refactor

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f861a01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78da9af View commit details
    Browse the repository at this point in the history
  9. update

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2a2e1e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e773b4 View commit details
    Browse the repository at this point in the history
  11. update

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e94797f View commit details
    Browse the repository at this point in the history
  12. update

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    39d7755 View commit details
    Browse the repository at this point in the history
  13. fixes

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    cad60f2 View commit details
    Browse the repository at this point in the history
  14. update

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9ee0630 View commit details
    Browse the repository at this point in the history
  15. simplify

    awaelchli committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    12a3ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. debug

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b99bc23 View commit details
    Browse the repository at this point in the history
  2. update

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b7c74ef View commit details
    Browse the repository at this point in the history
  3. validate

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d842246 View commit details
    Browse the repository at this point in the history
  4. update

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b176534 View commit details
    Browse the repository at this point in the history
  5. fix

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    67fae07 View commit details
    Browse the repository at this point in the history
  6. debug

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1e9fe94 View commit details
    Browse the repository at this point in the history
  7. teardown

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5050399 View commit details
    Browse the repository at this point in the history
  8. fix

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    dfffb49 View commit details
    Browse the repository at this point in the history
  9. discussion

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a0d1940 View commit details
    Browse the repository at this point in the history
  10. rename

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0bbd41a View commit details
    Browse the repository at this point in the history
  11. fix

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b7211a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a7e885 View commit details
    Browse the repository at this point in the history
  13. fix tests

    awaelchli committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    be8abf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    feea943 View commit details
    Browse the repository at this point in the history
  2. resolve merge conflict

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bdf407c View commit details
    Browse the repository at this point in the history
  3. fix property

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    f353b9b View commit details
    Browse the repository at this point in the history
  4. fix attribute error

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    b7baa82 View commit details
    Browse the repository at this point in the history
  5. add backward compatibility

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4b40060 View commit details
    Browse the repository at this point in the history
  6. undo changes in ipu

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4147fa7 View commit details
    Browse the repository at this point in the history
  7. include deepspeed

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e1c5cbd View commit details
    Browse the repository at this point in the history
  8. mypy

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    bb4f8cc View commit details
    Browse the repository at this point in the history
  9. mypy

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0f5d458 View commit details
    Browse the repository at this point in the history
  10. deprecate unwrap function

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0b0df76 View commit details
    Browse the repository at this point in the history
  11. fairscale backward compat

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5485099 View commit details
    Browse the repository at this point in the history
  12. flip position

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e6f7e90 View commit details
    Browse the repository at this point in the history
  13. update

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    96b547d View commit details
    Browse the repository at this point in the history
  14. format

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    de2715f View commit details
    Browse the repository at this point in the history
  15. changelog placeholders

    awaelchli committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0564cd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    1ac803a View commit details
    Browse the repository at this point in the history
  2. chlog

    awaelchli committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    c87998c View commit details
    Browse the repository at this point in the history
  3. fix mypy error

    awaelchli committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    2331296 View commit details
    Browse the repository at this point in the history
  4. update test

    awaelchli committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3399e0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5f5d69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d552c9b View commit details
    Browse the repository at this point in the history
  7. Update src/pytorch_lightning/CHANGELOG.md

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    6acb768 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    d1baa8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bfb48e View commit details
    Browse the repository at this point in the history
  3. Update src/pytorch_lightning/overrides/data_parallel.py

    Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
    awaelchli and rohitgr7 authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    0756191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddeb72 View commit details
    Browse the repository at this point in the history
  5. revert

    awaelchli committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5102398 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. update versions

    awaelchli committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    41a98fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccd6c9 View commit details
    Browse the repository at this point in the history
  3. formatting

    awaelchli committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    13c05ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3793896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76d6037 View commit details
    Browse the repository at this point in the history