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

[1 / 3] improvements to saving and loading callback state #6886

Merged
merged 44 commits into from
Jul 28, 2021

Commits on Apr 8, 2021

  1. class name as key

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    89131c2 View commit details
    Browse the repository at this point in the history
  2. string state identifier

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    63fb983 View commit details
    Browse the repository at this point in the history
  3. add legacy state loading

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7dc218a View commit details
    Browse the repository at this point in the history
  4. update test

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    04b588b View commit details
    Browse the repository at this point in the history
  5. update tests

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    bb11e28 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

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

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    20b66f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f585a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

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

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    880066b View commit details
    Browse the repository at this point in the history
  2. flake8

    awaelchli committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    0259ecb View commit details
    Browse the repository at this point in the history
  3. add test

    awaelchli committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d56e5e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    24a2cc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b5e36 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Carlos Mocholí <[email protected]>
    awaelchli and carmocca authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    72ba440 View commit details
    Browse the repository at this point in the history
  4. improve test

    awaelchli committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    79d8568 View commit details
    Browse the repository at this point in the history
  5. flake

    awaelchli committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d9ea8c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98f7fe6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    68f571c View commit details
    Browse the repository at this point in the history
  2. fix merge

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    0851f0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82d5658 View commit details
    Browse the repository at this point in the history
  4. use qualname

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    334fd4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    090b169 View commit details
    Browse the repository at this point in the history
  6. rename state_id

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f144fd1 View commit details
    Browse the repository at this point in the history
  7. fix diff

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6154986 View commit details
    Browse the repository at this point in the history
  8. update fx validator

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    0ec9bd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    049f14d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    71f0bcc View commit details
    Browse the repository at this point in the history
  11. black

    awaelchli committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3eca3c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff190fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a1b5b23 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bffbd53 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    b529489 View commit details
    Browse the repository at this point in the history
  2. update changelog

    awaelchli committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    b10a45a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d40b2cc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. add docs for state id

    awaelchli committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a52ad31 View commit details
    Browse the repository at this point in the history
  2. update docs for state id

    awaelchli committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a3ec571 View commit details
    Browse the repository at this point in the history
  3. Update pytorch_lightning/callbacks/base.py

    Co-authored-by: Carlos Mocholí <[email protected]>
    awaelchli and carmocca authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    140c71b View commit details
    Browse the repository at this point in the history
  4. Update tests/trainer/logging_/test_logger_connector.py

    Co-authored-by: Carlos Mocholí <[email protected]>
    awaelchli and carmocca authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d1b59db View commit details
    Browse the repository at this point in the history
  5. Update tests/checkpointing/test_model_checkpoint.py

    Co-authored-by: Carlos Mocholí <[email protected]>
    awaelchli and carmocca authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8dcb54e View commit details
    Browse the repository at this point in the history
  6. remove an empty line

    awaelchli committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    eea2dce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af59b07 View commit details
    Browse the repository at this point in the history
  8. fix import error

    awaelchli committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e94f6df View commit details
    Browse the repository at this point in the history
  9. move test

    awaelchli committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    302e724 View commit details
    Browse the repository at this point in the history