Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cosine Annealing LR scheduler as a decay method #3507

Merged
merged 19 commits into from
Aug 8, 2023
Merged

Add Cosine Annealing LR scheduler as a decay method #3507

merged 19 commits into from
Aug 8, 2023

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    7f1e27b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c1f07e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    40f5f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0be62d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9f1aa View commit details
    Browse the repository at this point in the history
  4. Add base implementation

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8e3514c View commit details
    Browse the repository at this point in the history
  5. Add test

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6ec7653 View commit details
    Browse the repository at this point in the history
  6. Fix schema

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    449fa98 View commit details
    Browse the repository at this point in the history
  7. schema

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b3f28bb View commit details
    Browse the repository at this point in the history
  8. Add to trainer.yaml

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d893712 View commit details
    Browse the repository at this point in the history
  9. trainer.yaml

    arnavgarg1 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4238116 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e8c1fc3 View commit details
    Browse the repository at this point in the history
  2. Additional test

    arnavgarg1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7498695 View commit details
    Browse the repository at this point in the history
  3. Update tests

    arnavgarg1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7cb0f22 View commit details
    Browse the repository at this point in the history
  4. Remove print

    arnavgarg1 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    12c15dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d074e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4eb6c71 View commit details
    Browse the repository at this point in the history
  7. Refactor

    tgaddair committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    314cbe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c297a99 View commit details
    Browse the repository at this point in the history