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

Add Trainer max_time argument + Callback #6823

Merged
merged 50 commits into from
Apr 16, 2021
Merged

Add Trainer max_time argument + Callback #6823

merged 50 commits into from
Apr 16, 2021

Commits on Apr 4, 2021

  1. add timer class

    awaelchli committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    c98321b View commit details
    Browse the repository at this point in the history
  2. add simple test

    awaelchli committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    6a39660 View commit details
    Browse the repository at this point in the history
  3. shorter name

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

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    cdda687 View commit details
    Browse the repository at this point in the history
  2. interval default to step

    awaelchli committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    a291b89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aa979d View commit details
    Browse the repository at this point in the history
  4. handle load and save

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

Commits on Apr 7, 2021

  1. add start time property

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    27caeff View commit details
    Browse the repository at this point in the history
  2. add time elapsed test

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ffba8c3 View commit details
    Browse the repository at this point in the history
  3. complete test

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f243b94 View commit details
    Browse the repository at this point in the history
  4. add trainer docs

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    6ae6654 View commit details
    Browse the repository at this point in the history
  5. update docs

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    b8ff17c View commit details
    Browse the repository at this point in the history
  6. more tests

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8bd7be7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89aa9a7 View commit details
    Browse the repository at this point in the history
  8. fix min steps timer test

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ad4cf80 View commit details
    Browse the repository at this point in the history
  9. add resume test

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4bd2c6e View commit details
    Browse the repository at this point in the history
  10. add changelog

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5e45883 View commit details
    Browse the repository at this point in the history
  11. yapf + isort

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8b95dfa View commit details
    Browse the repository at this point in the history
  12. update trainer docs

    awaelchli committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    36f4906 View commit details
    Browse the repository at this point in the history
  13. add more docs

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

Commits on Apr 8, 2021

  1. use enum

    awaelchli committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dbc5251 View commit details
    Browse the repository at this point in the history
  2. fix typo

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9c59bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0928aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c65cd9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5991bb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb5590d View commit details
    Browse the repository at this point in the history
  7. wip parse

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

Commits on Apr 10, 2021

  1. Revert "wip parse"

    This reverts commit 344d43f.
    awaelchli committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    a182d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25289ea View commit details
    Browse the repository at this point in the history
  3. support dict

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

Commits on Apr 12, 2021

  1. add dict example

    awaelchli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    d5b9074 View commit details
    Browse the repository at this point in the history
  2. update timer docstring

    awaelchli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8e505fb View commit details
    Browse the repository at this point in the history
  3. udpate typehint

    awaelchli committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1519333 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52935e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. track time for all stages

    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    a89ac0c View commit details
    Browse the repository at this point in the history
  2. enum nonsense

    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    c8b22fb View commit details
    Browse the repository at this point in the history
  3. make duration optional

    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8ef429d View commit details
    Browse the repository at this point in the history
  4. fix duration=None

    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4410909 View commit details
    Browse the repository at this point in the history
  5. add test

    awaelchli committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4d4e22d View commit details
    Browse the repository at this point in the history
  6. add None test

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

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    baae22b View commit details
    Browse the repository at this point in the history
  2. Improve coverage

    carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f8cfb23 View commit details
    Browse the repository at this point in the history
  3. Typo

    carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fb54c4b View commit details
    Browse the repository at this point in the history
  4. Refactor enum usage

    carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    48d8fa1 View commit details
    Browse the repository at this point in the history
  5. Typing

    carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    96b2c78 View commit details
    Browse the repository at this point in the history
  6. Docs

    carmocca committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b2ebba9 View commit details
    Browse the repository at this point in the history
  7. seconds

    awaelchli committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fe4fae0 View commit details
    Browse the repository at this point in the history
  8. fix stage key in checkpoint

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

Commits on Apr 16, 2021

  1. skip windows

    awaelchli committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    df4ddce View commit details
    Browse the repository at this point in the history
  2. Update pytorch_lightning/callbacks/timer.py

    Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
    awaelchli and akihironitta authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    3989fc7 View commit details
    Browse the repository at this point in the history