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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reloading the last checkpoint saved by passing ckpt_path="last" #12816

Merged
merged 28 commits into from
May 5, 2022

Commits on Apr 19, 2022

  1. last checkpoint WIP

    otaj committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2dc6d11 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    69c64b5 View commit details
    Browse the repository at this point in the history
  2. check timestamps of all available callbacks

    otaj committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ac24724 View commit details
    Browse the repository at this point in the history
  3. fix unbound error

    otaj committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    6846fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ac8e5 View commit details
    Browse the repository at this point in the history
  5. change the logic and pass old tests

    otaj committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d40ea7c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. simple test to check last model is loaded

    otaj committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b4eade3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9475c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc59d60 View commit details
    Browse the repository at this point in the history
  4. changelog + docs

    otaj committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ec62fcc View commit details
    Browse the repository at this point in the history
  5. merge

    otaj committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    0923aa2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37cce26 View commit details
    Browse the repository at this point in the history
  7. Remove unused getattr

    carmocca committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    5e66d4b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. new test

    otaj committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e4ab941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb10f0a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    46c6c2d View commit details
    Browse the repository at this point in the history
  2. Apply Adrian's suggestions and split a test

    otaj committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f62982f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. merge

    otaj committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f111aba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Minor change

    carmocca committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    645cae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78ef81 View commit details
    Browse the repository at this point in the history
  3. Simplify and speed up test

    carmocca committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    40b78bc View commit details
    Browse the repository at this point in the history
  4. Simplify test

    carmocca committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7be3b9e View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Co-authored-by: Carlos Mochol铆 <carlossmocholi@gmail.com>
    otaj and carmocca committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    70b38ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    901e990 View commit details
    Browse the repository at this point in the history
  7. fix fault tolerant test

    otaj committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    018058d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    05df471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43b505e View commit details
    Browse the repository at this point in the history