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

Continue Jeremy's early stopping PR #1504 #2391

Merged
merged 155 commits into from
Jun 29, 2020

Commits on Jun 1, 2020

  1. add state_dict for early stopping

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d5472c0 View commit details
    Browse the repository at this point in the history
  2. move best attr after monitor_op defined

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    339506a View commit details
    Browse the repository at this point in the history
  3. improve early stopping and model checkpoint callbacks

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    a5a1198 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    a07be00 View commit details
    Browse the repository at this point in the history
  5. fix attr init order

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    47fdd16 View commit details
    Browse the repository at this point in the history
  6. clean up setting of default_root_dir attr

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    535314b View commit details
    Browse the repository at this point in the history
  7. logger needs default root dir set first

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    ed980ea View commit details
    Browse the repository at this point in the history
  8. reorg trainer init

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    98e240b View commit details
    Browse the repository at this point in the history
  9. remove direct references to checkpoint callback

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    a316e02 View commit details
    Browse the repository at this point in the history
  10. more fixes

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    048a5f3 View commit details
    Browse the repository at this point in the history
  11. more bugfixes

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    980ac2b View commit details
    Browse the repository at this point in the history
  12. run callbacks at epoch end

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    c80c0e7 View commit details
    Browse the repository at this point in the history
  13. update tests to use on epoch end

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    84d1d54 View commit details
    Browse the repository at this point in the history
  14. PR cleanup

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    35f193c View commit details
    Browse the repository at this point in the history
  15. address failing tests

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    f32d22b View commit details
    Browse the repository at this point in the history
  16. refactor for homogeneity

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    78d2545 View commit details
    Browse the repository at this point in the history
  17. fix merge conflict

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    f236d3e View commit details
    Browse the repository at this point in the history
  18. separate tests

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9972af9 View commit details
    Browse the repository at this point in the history
  19. tests for early stopping bug regressions

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    fc7c6e8 View commit details
    Browse the repository at this point in the history
  20. small fixes

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    016da66 View commit details
    Browse the repository at this point in the history
  21. revert model checkpoint change

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    5a0028c View commit details
    Browse the repository at this point in the history
  22. typo fix

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    d6087af View commit details
    Browse the repository at this point in the history
  23. fix tests

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1386365 View commit details
    Browse the repository at this point in the history
  24. update train loop

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    2200c81 View commit details
    Browse the repository at this point in the history
  25. cannot pass an int as default_save_path

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    be80c8e View commit details
    Browse the repository at this point in the history
  26. refactor log message

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    994e25b View commit details
    Browse the repository at this point in the history
  27. fix test case

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    fa488eb View commit details
    Browse the repository at this point in the history
  28. appease the linter

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    1a56edd View commit details
    Browse the repository at this point in the history
  29. fix some doctests

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    9c83128 View commit details
    Browse the repository at this point in the history
  30. move config to callback

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    42b39c5 View commit details
    Browse the repository at this point in the history
  31. fixes from rebase

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    4e414d6 View commit details
    Browse the repository at this point in the history
  32. fixes from rebase

    Jeremy Jordan committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    52d60e8 View commit details
    Browse the repository at this point in the history
  33. chlog

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    f084371 View commit details
    Browse the repository at this point in the history
  34. docs

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    24f4dfe View commit details
    Browse the repository at this point in the history
  35. reformat

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    2a0a9c2 View commit details
    Browse the repository at this point in the history
  36. formatting

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    949d3e6 View commit details
    Browse the repository at this point in the history
  37. fix

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    668b2ca View commit details
    Browse the repository at this point in the history
  38. fix

    Borda committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    02914cf View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge branch 'master' into bugfix/early-stopping-state

    Jeremy Jordan committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a3243d5 View commit details
    Browse the repository at this point in the history
  2. fixes from rebase

    Jeremy Jordan committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    4837abe View commit details
    Browse the repository at this point in the history
  3. add new test for patience

    Jeremy Jordan committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a8a39d5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'bugfix/early-stopping-state' of https://github.com/jere…

    …myjordan/pytorch-lightning into bugfix/early-stopping-state
    Jeremy Jordan committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c49c231 View commit details
    Browse the repository at this point in the history
  5. Update pytorch_lightning/callbacks/model_checkpoint.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    053ce18 View commit details
    Browse the repository at this point in the history
  6. Update pytorch_lightning/callbacks/model_checkpoint.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5902d82 View commit details
    Browse the repository at this point in the history
  7. Update tests/callbacks/test_early_stopping.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    83a754d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merge branch 'master' into bugfix/early-stopping-state

    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1cf8a47 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fa669ef View commit details
    Browse the repository at this point in the history
  3. remove enable_early_stop attribute

    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    33f6e2d View commit details
    Browse the repository at this point in the history
  4. add state_dict for early stopping

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4e31335 View commit details
    Browse the repository at this point in the history
  5. move best attr after monitor_op defined

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9763351 View commit details
    Browse the repository at this point in the history
  6. improve early stopping and model checkpoint callbacks

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0f4fc5f View commit details
    Browse the repository at this point in the history
  7. fix formatting

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1a24c81 View commit details
    Browse the repository at this point in the history
  8. fix attr init order

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    bd0d23a View commit details
    Browse the repository at this point in the history
  9. clean up setting of default_root_dir attr

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fb8c858 View commit details
    Browse the repository at this point in the history
  10. logger needs default root dir set first

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    892bff3 View commit details
    Browse the repository at this point in the history
  11. reorg trainer init

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    368787d View commit details
    Browse the repository at this point in the history
  12. remove direct references to checkpoint callback

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    191f3e8 View commit details
    Browse the repository at this point in the history
  13. more fixes

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b0a0b22 View commit details
    Browse the repository at this point in the history
  14. more bugfixes

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3fe257e View commit details
    Browse the repository at this point in the history
  15. run callbacks at epoch end

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1649e9c View commit details
    Browse the repository at this point in the history
  16. update tests to use on epoch end

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4a3146a View commit details
    Browse the repository at this point in the history
  17. PR cleanup

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    460fcef View commit details
    Browse the repository at this point in the history
  18. address failing tests

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9f51575 View commit details
    Browse the repository at this point in the history
  19. refactor for homogeneity

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e47d251 View commit details
    Browse the repository at this point in the history
  20. fix merge conflict

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    78f7efb View commit details
    Browse the repository at this point in the history
  21. separate tests

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a4c72cc View commit details
    Browse the repository at this point in the history
  22. tests for early stopping bug regressions

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d81c90c View commit details
    Browse the repository at this point in the history
  23. small fixes

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    fc616f2 View commit details
    Browse the repository at this point in the history
  24. revert model checkpoint change

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    78a092d View commit details
    Browse the repository at this point in the history
  25. typo fix

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8da8f64 View commit details
    Browse the repository at this point in the history
  26. fix tests

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    02694cf View commit details
    Browse the repository at this point in the history
  27. update train loop

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5692f5f View commit details
    Browse the repository at this point in the history
  28. fix test case

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    47c2c74 View commit details
    Browse the repository at this point in the history
  29. appease the linter

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6aee109 View commit details
    Browse the repository at this point in the history
  30. fix some doctests

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    84a2da7 View commit details
    Browse the repository at this point in the history
  31. move config to callback

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6bc50df View commit details
    Browse the repository at this point in the history
  32. fixes from rebase

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9b44672 View commit details
    Browse the repository at this point in the history
  33. fixes from rebase

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e8d7c37 View commit details
    Browse the repository at this point in the history
  34. chlog

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d1d7aa2 View commit details
    Browse the repository at this point in the history
  35. docs

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    6aee4d2 View commit details
    Browse the repository at this point in the history
  36. reformat

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8daadc1 View commit details
    Browse the repository at this point in the history
  37. formatting

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8a623f0 View commit details
    Browse the repository at this point in the history
  38. fix

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    b20b1c1 View commit details
    Browse the repository at this point in the history
  39. fix

    Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a52983f View commit details
    Browse the repository at this point in the history
  40. fixes from rebase

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5e4e710 View commit details
    Browse the repository at this point in the history
  41. add new test for patience

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4ea2d99 View commit details
    Browse the repository at this point in the history
  42. Update pytorch_lightning/callbacks/model_checkpoint.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3c4d31e View commit details
    Browse the repository at this point in the history
  43. Update pytorch_lightning/callbacks/model_checkpoint.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d893b18 View commit details
    Browse the repository at this point in the history
  44. Update tests/callbacks/test_early_stopping.py

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    jeremyjordan and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d650b74 View commit details
    Browse the repository at this point in the history
  45. fix formatting

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4eb8905 View commit details
    Browse the repository at this point in the history
  46. remove enable_early_stop attribute

    Jeremy Jordan authored and Borda committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    9f34584 View commit details
    Browse the repository at this point in the history
  47. Merge branch 'bugfix/early-stopping-state' of https://github.com/jere…

    …myjordan/pytorch-lightning into bugfix/early-stopping-state
    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    7e6b93e View commit details
    Browse the repository at this point in the history
  48. fix test with new epoch indexing

    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    5beb38f View commit details
    Browse the repository at this point in the history
  49. Merge branch 'master' into bugfix/early-stopping-state

    Jeremy Jordan committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2a2250c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    827f573 View commit details
    Browse the repository at this point in the history
  2. fix progress bar totals

    awaelchli committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    1a39e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5330ed View commit details
    Browse the repository at this point in the history
  4. added missing imports

    awaelchli committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c86d08c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. fix hpc_save folderpath

    Jeremy Jordan committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    776bc64 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    Jeremy Jordan committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3b9dbde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3767d94 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix tests

    Jeremy Jordan committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    47a02a1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bugfix/early-stopping-state' of https://github.com/jere…

    …myjordan/pytorch-lightning into bugfix/early-stopping-state
    Jeremy Jordan committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2f8c62c View commit details
    Browse the repository at this point in the history
  3. small fixes from a rebase

    Jeremy Jordan committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    780b0f2 View commit details
    Browse the repository at this point in the history
  4. fix

    Borda committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a46ab9a View commit details
    Browse the repository at this point in the history
  5. tmpdir

    Borda committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    50174ae View commit details
    Browse the repository at this point in the history
  6. tmpdir

    Borda committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    5180ce0 View commit details
    Browse the repository at this point in the history
  7. tmpdir

    Borda committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    655a60c View commit details
    Browse the repository at this point in the history
  8. wandb

    Borda committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a19989d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Merge branch 'bugfix/early-stopping-state' of https://github.com/jere…

    …myjordan/pytorch-lightning into bugfix/early-stopping-state
    Jeremy Jordan committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    8b6f4cc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bugfix/early-stopping-state

    Jeremy Jordan committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5b3d639 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

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

    awaelchli committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    7e08c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f1448 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04f20a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e48dd8 View commit details
    Browse the repository at this point in the history
  6. undo the horovod check

    awaelchli committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    86bd66f View commit details
    Browse the repository at this point in the history
  7. update changelog

    awaelchli committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    f34ac7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    02ccd19 View commit details
    Browse the repository at this point in the history
  9. try fix dp_resume test

    awaelchli committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    a525299 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed1e0c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    651fb09 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. try remove default_root_dir

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    335a2e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce39095 View commit details
    Browse the repository at this point in the history
  3. try mocking numpy

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    aa7fb92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    978bed0 View commit details
    Browse the repository at this point in the history
  5. fix wandb test

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    a06970a View commit details
    Browse the repository at this point in the history
  6. pep 8 fix

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    6a2acf3 View commit details
    Browse the repository at this point in the history
  7. skip if no amp

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    594795a View commit details
    Browse the repository at this point in the history
  8. dont mock when doctesting

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    b6c99b4 View commit details
    Browse the repository at this point in the history
  9. install extra

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    45c1cbf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ea95ec View commit details
    Browse the repository at this point in the history
  11. fix the resume ES test

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    4e694f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c20cc4f View commit details
    Browse the repository at this point in the history
  13. undo conf.py changes

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    5f72cec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae75fa4 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG.md

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    williamFalcon and Borda committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    2463b41 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e822ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4d450e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d840226 View commit details
    Browse the repository at this point in the history
  19. renamed flag

    williamFalcon committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    21d6c8c View commit details
    Browse the repository at this point in the history
  20. renamed flag

    williamFalcon committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    7170205 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    37304c6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b23d1fa View commit details
    Browse the repository at this point in the history
  23. add the old comments

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    c16cf77 View commit details
    Browse the repository at this point in the history
  24. _experiment

    awaelchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    88454f0 View commit details
    Browse the repository at this point in the history
  25. test chckpointing on DDP

    Adrian Wälchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    d3edf9c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b3d402 View commit details
    Browse the repository at this point in the history
  27. cloudpickle

    Borda committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    190e761 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    97b04c4 View commit details
    Browse the repository at this point in the history
  29. renamed flag

    williamFalcon committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    c62150f View commit details
    Browse the repository at this point in the history
  30. renamed flag

    williamFalcon committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    137e38f View commit details
    Browse the repository at this point in the history
  31. parentheses for clarity

    Adrian Wälchli committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    d15cb70 View commit details
    Browse the repository at this point in the history
  32. apply suggestion max epochs

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    awaelchli and Borda committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    18cc130 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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