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

[Major] Support Custom Learning Rate Scheduler #1637

Merged
merged 44 commits into from
Aug 30, 2024
Merged

Commits on Jun 24, 2024

  1. enable re-training

    Constantin343 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2ae4506 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. update scheduler

    Constantin343 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    900c8d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. add test

    Constantin343 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    da3a6d5 View commit details
    Browse the repository at this point in the history
  2. merge main

    Constantin343 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    492dee9 View commit details
    Browse the repository at this point in the history
  3. fix metrics logging

    Constantin343 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f996928 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. include feedback

    Constantin343 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f9a77f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ad761d View commit details
    Browse the repository at this point in the history
  3. fix tests

    Constantin343 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b14d20b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    9fe3401 View commit details
    Browse the repository at this point in the history
  2. update for onecyclelr

    Constantin343 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    00f2e25 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    5f103d8 View commit details
    Browse the repository at this point in the history
  2. fix array mismatch

    Constantin343 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e043201 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    63c935c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a74680 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    420f8a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. remove continue train

    ourownstory committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1982089 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix regularization

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    99e0355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9575de1 View commit details
    Browse the repository at this point in the history
  3. address events reg test

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6d76cb0 View commit details
    Browse the repository at this point in the history
  4. fixed reg tests

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    19d6497 View commit details
    Browse the repository at this point in the history
  5. fix save

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9187f7f View commit details
    Browse the repository at this point in the history
  6. move to debug folder

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7a86edf View commit details
    Browse the repository at this point in the history
  7. debugging

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ee9e0e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3e5ba2 View commit details
    Browse the repository at this point in the history
  9. fix custom lr

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c3f3c3c View commit details
    Browse the repository at this point in the history
  10. set finding lr arg

    ourownstory committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    db09100 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8bf9b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a87651c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c83e7cc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix lr-finder

    ourownstory committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b79b7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f03ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc64a52 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ee28441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3b6cf View commit details
    Browse the repository at this point in the history
  4. fix callbacks ProgressBar

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    462f80f View commit details
    Browse the repository at this point in the history
  5. fixing tuner

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    628b4ad View commit details
    Browse the repository at this point in the history
  6. fix tuner

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4b9b305 View commit details
    Browse the repository at this point in the history
  7. readd prep_or_copy

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bc27cfc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56215b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fda417a View commit details
    Browse the repository at this point in the history
  10. improve lr finder comment

    ourownstory committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7020244 View commit details
    Browse the repository at this point in the history