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

[feat] Add tracking on new TrainLoop #7976

Closed
wants to merge 579 commits into from
Closed

[feat] Add tracking on new TrainLoop #7976

wants to merge 579 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 1, 2021

  1. Enable mypy

    carmocca committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4237307 View commit details
    Browse the repository at this point in the history
  2. Legacy code

    carmocca committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    24eb614 View commit details
    Browse the repository at this point in the history
  3. Stricter type checking

    carmocca committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    092fec0 View commit details
    Browse the repository at this point in the history
  4. Minor changes

    carmocca committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    935fe5b View commit details
    Browse the repository at this point in the history
  5. Performance optimizations

    carmocca committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    eac0b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    e789cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f79212 View commit details
    Browse the repository at this point in the history
  3. Update legacy test

    carmocca committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b24b410 View commit details
    Browse the repository at this point in the history
  4. Sync improvements

    carmocca committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    92c5ac0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e628b1f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Fix empty collections

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4efc01a View commit details
    Browse the repository at this point in the history
  2. Install latest torchmetrics

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    8509c4a View commit details
    Browse the repository at this point in the history
  3. Update CODEOWNERS

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    f8b824f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ef05e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33b06d0 View commit details
    Browse the repository at this point in the history
  6. Sync dataclass

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4170875 View commit details
    Browse the repository at this point in the history
  7. Detach if not enable graph

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    8612746 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f8e620 View commit details
    Browse the repository at this point in the history
  9. Add test

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7008fe9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6db7d66 View commit details
    Browse the repository at this point in the history
  11. Merge two ifs

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    b4582e3 View commit details
    Browse the repository at this point in the history
  12. Reorder code

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    fa91cdf View commit details
    Browse the repository at this point in the history
  13. Error for custom reductions

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    03f769c View commit details
    Browse the repository at this point in the history
  14. improve reduce_fx test

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7cf8b8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23a628d View commit details
    Browse the repository at this point in the history
  16. Refactor eval loop results

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    13d57af View commit details
    Browse the repository at this point in the history
  17. Formatting

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    fcbf408 View commit details
    Browse the repository at this point in the history
  18. Typing

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    574e713 View commit details
    Browse the repository at this point in the history
  19. Formatting

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e74a8ad View commit details
    Browse the repository at this point in the history
  20. Move back call

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    585e62c View commit details
    Browse the repository at this point in the history
  21. Fix FIXME

    carmocca committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7cce418 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    ff71204 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86d6c11 View commit details
    Browse the repository at this point in the history
  3. integrate #7631 (logger connector refactor)

    integrate training loop changes from #7631 
    finish integration of #7631
    awaelchli committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    a87c68f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    d180bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6db00 View commit details
    Browse the repository at this point in the history
  3. integrate d180bb2

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a386347 View commit details
    Browse the repository at this point in the history
  4. Minor changes

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    42210fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e76010a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    305e31b View commit details
    Browse the repository at this point in the history
  7. deletions

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d65e152 View commit details
    Browse the repository at this point in the history
  8. restore predict

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4a1218c View commit details
    Browse the repository at this point in the history
  9. remove evaluation

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6acd71c View commit details
    Browse the repository at this point in the history
  10. x

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0778b36 View commit details
    Browse the repository at this point in the history
  11. loop

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0ef000f View commit details
    Browse the repository at this point in the history
  12. logger

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d421b56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e761890 View commit details
    Browse the repository at this point in the history
  14. Refactor test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    fa9ff73 View commit details
    Browse the repository at this point in the history
  15. Tighter fx validator

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a1f839f View commit details
    Browse the repository at this point in the history
  16. Add back split idx

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a587879 View commit details
    Browse the repository at this point in the history
  17. Typing

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    631da98 View commit details
    Browse the repository at this point in the history
  18. update

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e098631 View commit details
    Browse the repository at this point in the history
  19. Conflict

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    2f13234 View commit details
    Browse the repository at this point in the history
  20. Fix tests

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    502dcbd View commit details
    Browse the repository at this point in the history
  21. resolve grad_norm

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c716736 View commit details
    Browse the repository at this point in the history
  22. update

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    26f5e03 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    89aaaa2 View commit details
    Browse the repository at this point in the history
  24. move to train loop

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    badd645 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aac11a0 View commit details
    Browse the repository at this point in the history
  26. Fix sync test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    919cbfb View commit details
    Browse the repository at this point in the history
  27. update

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1c75341 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b00e4a5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    23a7510 View commit details
    Browse the repository at this point in the history
  30. fix grad_norm_dict test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9df0da2 View commit details
    Browse the repository at this point in the history
  31. Fix fx_validator test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0485a98 View commit details
    Browse the repository at this point in the history
  32. fix grad_norm_dict test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e0702aa View commit details
    Browse the repository at this point in the history
  33. Fix order bug

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    32ca719 View commit details
    Browse the repository at this point in the history
  34. Detach tensors in test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c68825c View commit details
    Browse the repository at this point in the history
  35. resolve some tests

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    37ed74d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    39829b5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cabd48b View commit details
    Browse the repository at this point in the history
  38. remove pdb

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    bc106c3 View commit details
    Browse the repository at this point in the history
  39. merge

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e048417 View commit details
    Browse the repository at this point in the history
  40. resolve flake8

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    98298e1 View commit details
    Browse the repository at this point in the history
  41. Update test

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d8da3cd View commit details
    Browse the repository at this point in the history
  42. more tests

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    49558bf View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    bae75e9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0fe870a View commit details
    Browse the repository at this point in the history
  45. Revert last thomas' changes

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f27d0a3 View commit details
    Browse the repository at this point in the history
  46. resolve 1 test

    tchaton committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f4444c4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    fa4bcec View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d144771 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ffff6f4 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d0062ec View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9d72028 View commit details
    Browse the repository at this point in the history
  52. update

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d3302ed View commit details
    Browse the repository at this point in the history
  53. Merge remote-tracking branch 'origin/refactor/loops/loops_everywhere_…

    …train' into refactor/loops/loops_everywhere_train
    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4e94f33 View commit details
    Browse the repository at this point in the history
  54. x

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    601aa95 View commit details
    Browse the repository at this point in the history
  55. on trainer init

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e272385 View commit details
    Browse the repository at this point in the history
  56. test

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1763d8f View commit details
    Browse the repository at this point in the history
  57. update trainer

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d718498 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6d98a07 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7ca1049 View commit details
    Browse the repository at this point in the history
  60. Minor changes

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    515ad9f View commit details
    Browse the repository at this point in the history
  61. update changelog

    awaelchli committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b03591c View commit details
    Browse the repository at this point in the history
  62. Remove unused argument

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0aa8428 View commit details
    Browse the repository at this point in the history
  63. Update CHANGELOG

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    24b41e3 View commit details
    Browse the repository at this point in the history
  64. Copy call_hook changes

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6d71e6a View commit details
    Browse the repository at this point in the history
  65. Docs

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    44ad4ac View commit details
    Browse the repository at this point in the history
  66. Fix ref

    carmocca committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    2c74018 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b15984b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. merge

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e8021bb View commit details
    Browse the repository at this point in the history
  2. move to cpu

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    9747023 View commit details
    Browse the repository at this point in the history
  3. Bad merge

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d9ae37a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad51c6 View commit details
    Browse the repository at this point in the history
  5. remove pdb

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    273bc92 View commit details
    Browse the repository at this point in the history
  6. remove pdb

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f214632 View commit details
    Browse the repository at this point in the history
  7. merge

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5fdf3c5 View commit details
    Browse the repository at this point in the history
  8. Refactor to

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    99543a7 View commit details
    Browse the repository at this point in the history
  9. Avoid partial

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    738c810 View commit details
    Browse the repository at this point in the history
  10. trigger ci

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6a7637d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8077cf9 View commit details
    Browse the repository at this point in the history
  12. Bad merge

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    aff9e3d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    464f581 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    461332b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    417ad31 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9321b11 View commit details
    Browse the repository at this point in the history
  17. Diff

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e75a958 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    007dcac View commit details
    Browse the repository at this point in the history
  19. Bad merge

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    2e4bb24 View commit details
    Browse the repository at this point in the history
  20. Reuse metrics_to_scalars

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f5154ae View commit details
    Browse the repository at this point in the history
  21. Use active loop

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    558cdf4 View commit details
    Browse the repository at this point in the history
  22. Move to device

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    90d71bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7f1761 View commit details
    Browse the repository at this point in the history
  24. resolve test

    tchaton committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6ce6762 View commit details
    Browse the repository at this point in the history
  25. properties first

    awaelchli committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fba9a87 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fd967af View commit details
    Browse the repository at this point in the history
  27. define union

    awaelchli committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    79c73b9 View commit details
    Browse the repository at this point in the history
  28. Update logger connector

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    37a0b9d View commit details
    Browse the repository at this point in the history
  29. Update result

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    aaea387 View commit details
    Browse the repository at this point in the history
  30. Update imports

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    e2f69ce View commit details
    Browse the repository at this point in the history
  31. Update after rename

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6037833 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3804963 View commit details
    Browse the repository at this point in the history
  33. Refactor reduce_fx and op

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    499da76 View commit details
    Browse the repository at this point in the history
  34. Fix test after rename

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6eb448a View commit details
    Browse the repository at this point in the history
  35. mypy

    carmocca committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f871cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. manual merge poc changes

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5631b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10d5c7 View commit details
    Browse the repository at this point in the history
  3. Fix test

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7b6803a View commit details
    Browse the repository at this point in the history
  4. Refactor test

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9bfedc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9c7829 View commit details
    Browse the repository at this point in the history
  6. Undo field

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e3dde0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bae2139 View commit details
    Browse the repository at this point in the history
  8. rename

    rename files and classes
    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2c167cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99db497 View commit details
    Browse the repository at this point in the history
  10. rename

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    832dfb9 View commit details
    Browse the repository at this point in the history
  11. imports

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f92e01d View commit details
    Browse the repository at this point in the history
  12. loop hygiene

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    b15fc34 View commit details
    Browse the repository at this point in the history
  13. yapf on loops

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7175a50 View commit details
    Browse the repository at this point in the history
  14. protected new loop trigger

    awaelchli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    59d6227 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e1d4fd2 View commit details
    Browse the repository at this point in the history
  16. Replace code

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a7c3555 View commit details
    Browse the repository at this point in the history
  17. Fix names and imports

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    501224d View commit details
    Browse the repository at this point in the history
  18. Remove metric_attribute

    carmocca committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    dee7e5f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4eb9757 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d4bb357 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    c9b4e9e View commit details
    Browse the repository at this point in the history
  2. re-add notebooks

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    a3ef0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b071532 View commit details
    Browse the repository at this point in the history
  4. add missing init

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    53deef8 View commit details
    Browse the repository at this point in the history
  5. bad merge

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    93fd682 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80c406e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a041b6f View commit details
    Browse the repository at this point in the history
  8. todo for a fix in #5007

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e080be8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4950821 View commit details
    Browse the repository at this point in the history
  10. remove NEW_LOOP guard

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    c56adc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e72d1d View commit details
    Browse the repository at this point in the history
  12. flake8

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    bace4a2 View commit details
    Browse the repository at this point in the history
  13. exclude coverage

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    71bfb6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    acc6d4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    41e0e64 View commit details
    Browse the repository at this point in the history
  16. flake8 vs yapf wars

    awaelchli committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    643bef0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4b6bd18 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    536574a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. update "accumulated_batches_reached" condition

     based on if iter count was updated  or not
    awaelchli committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b28fb09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f17688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd4e1d View commit details
    Browse the repository at this point in the history
  4. typing base loop

    Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
    awaelchli and justusschock committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c394267 View commit details
    Browse the repository at this point in the history
  5. typing fit loop

    Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
    awaelchli and justusschock committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4adae06 View commit details
    Browse the repository at this point in the history
  6. typing training_batch_loop

    Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
    awaelchli and justusschock committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    c49875d View commit details
    Browse the repository at this point in the history
  7. typing training epoch loop

    Co-authored-by: Justus Schock <justus.schock@rwth-aachen.de>
    awaelchli and justusschock committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    80edb75 View commit details
    Browse the repository at this point in the history
  8. fix merge error

    justusschock authored and awaelchli committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8b54505 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9fd8ed1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4ffa6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69ed0e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Configuration menu
    Copy the full SHA
    eeebc9a View commit details
    Browse the repository at this point in the history
  2. don't reset fit loop

    don't reset fit loop
    awaelchli committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    ce9dd2a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    80e225a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4880b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5461f73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d3f0d View commit details
    Browse the repository at this point in the history
  5. ignore mypy errors

    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0fe6d9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5497fc0 View commit details
    Browse the repository at this point in the history
  7. remove redundant override

    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4c51c45 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    3 people committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    8f68b61 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Ethan Harris <ewah1g13@soton.ac.uk>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    4 people committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    0150f6c View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    fd90c10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    153d264 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4eb0eb1 View commit details
    Browse the repository at this point in the history
  13. carlos

    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    70cdb14 View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    3 people committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    bf26aa3 View commit details
    Browse the repository at this point in the history
  15. Apply suggestions from code review

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    justusschock and Borda committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ffc4f45 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/refactor/loops/loops_everywhere_…

    …train' into refactor/loops/loops_everywhere_train
    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    79f8c18 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3373cc8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e1a40c0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5bb08a View commit details
    Browse the repository at this point in the history
  20. shorten a docstring

    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5d98009 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/refactor/loops/loops_everywhere_…

    …train' into refactor/loops/loops_everywhere_train
    awaelchli committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    03bce7a View commit details
    Browse the repository at this point in the history
  22. wip

    tchaton committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    42c9ad6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f001f81 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    24fa859 View commit details
    Browse the repository at this point in the history
  25. add tracking

    tchaton committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    12086c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Update pytorch_lightning/loops/base.py

    Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
    awaelchli and carmocca committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d191fe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d21065 View commit details
    Browse the repository at this point in the history
  3. wip

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d8377d5 View commit details
    Browse the repository at this point in the history
  4. update

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f249351 View commit details
    Browse the repository at this point in the history
  5. add zero_grad

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7d5b3f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b2b251 View commit details
    Browse the repository at this point in the history
  7. add decription

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    743d262 View commit details
    Browse the repository at this point in the history
  8. add empty teardown method

    awaelchli committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2d8c441 View commit details
    Browse the repository at this point in the history
  9. update on comments

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    1ae88a4 View commit details
    Browse the repository at this point in the history
  10. update on comments

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    7763afd View commit details
    Browse the repository at this point in the history
  11. added skip property

    awaelchli committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f874182 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2ef0fe0 View commit details
    Browse the repository at this point in the history
  13. update on comments

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    e2bb1d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec25ab6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27927c4 View commit details
    Browse the repository at this point in the history
  16. update

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    8806b00 View commit details
    Browse the repository at this point in the history
  17. update changelog

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4011d85 View commit details
    Browse the repository at this point in the history
  18. update

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d08cb38 View commit details
    Browse the repository at this point in the history
  19. resolve failing tests

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fcdfd39 View commit details
    Browse the repository at this point in the history
  20. remove typing

    tchaton committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5557beb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f35c7a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. update on comments

    tchaton committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    8c74a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e80230c View commit details
    Browse the repository at this point in the history
  3. update on comments

    tchaton committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f036f3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48d720a View commit details
    Browse the repository at this point in the history
  5. update

    tchaton committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    6d653c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    741ea4d View commit details
    Browse the repository at this point in the history
  7. remove useless code

    tchaton committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f4b91af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f9a3b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. add a space on docstring

    tchaton committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    769364b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

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

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    fda5688 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    carmocca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    e2db5fe View commit details
    Browse the repository at this point in the history
  3. Unused code

    carmocca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    b947a33 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    carmocca committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    281847a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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

Commits on Jun 29, 2021

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