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

Learning rate log callback #1498

Merged
merged 33 commits into from
Apr 30, 2020

Commits on Apr 13, 2020

  1. base implementation

    Nicki Skafte committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d6d49c1 View commit details
    Browse the repository at this point in the history
  2. docs + implementation

    Nicki Skafte committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    5f5164a View commit details
    Browse the repository at this point in the history
  3. fix styling

    Nicki Skafte committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    4b5921c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. add lr string

    Nicki Skafte committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b5e7122 View commit details
    Browse the repository at this point in the history
  2. renaming

    Nicki Skafte committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    619a2df View commit details
    Browse the repository at this point in the history
  3. CHANGELOG.md

    Nicki Skafte committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ad1cd93 View commit details
    Browse the repository at this point in the history
  4. add tests

    Nicki Skafte committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    5a99e8b View commit details
    Browse the repository at this point in the history
  5. rebase

    Nicki Skafte committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    589d95d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Apply suggestions from code review

    Co-Authored-By: Adrian Wälchli <aedu.waelchli@gmail.com>
    Borda and awaelchli committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    1a3fe9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d22184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36622e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f265ff7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. add test for naming

    Nicki Skafte committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    258ceaf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. fix merge conflict

    Nicki Skafte committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b73a1b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. base implementation

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    4f02e06 View commit details
    Browse the repository at this point in the history
  2. docs + implementation

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b1ad2a5 View commit details
    Browse the repository at this point in the history
  3. fix styling

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    935b239 View commit details
    Browse the repository at this point in the history
  4. add lr string

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    ab87b2d View commit details
    Browse the repository at this point in the history
  5. renaming

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    2a592e1 View commit details
    Browse the repository at this point in the history
  6. CHANGELOG.md

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    60c5361 View commit details
    Browse the repository at this point in the history
  7. add tests

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    db7cb77 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-Authored-By: Adrian Wälchli <aedu.waelchli@gmail.com>
    Borda and awaelchli committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    65be2bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a39a5bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1047c15 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90eab28 View commit details
    Browse the repository at this point in the history
  12. add test for naming

    Nicki Skafte authored and Borda committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    af3624b View commit details
    Browse the repository at this point in the history
  13. Update pytorch_lightning/callbacks/lr_logger.py

    Co-Authored-By: Adrian Wälchli <aedu.waelchli@gmail.com>
    Borda and awaelchli committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9554095 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. rebase

    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ab8a26c View commit details
    Browse the repository at this point in the history
  2. suggestions from code review

    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8fe113c View commit details
    Browse the repository at this point in the history
  3. fix styling

    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8c7f945 View commit details
    Browse the repository at this point in the history
  4. rebase

    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c18ce73 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into feature/lr_log_ca…

    …llback
    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3c2b12e View commit details
    Browse the repository at this point in the history
  6. fix tests

    Nicki Skafte committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d0a25ba View commit details
    Browse the repository at this point in the history