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 schedulefree optim w/ kahan summation #857

Merged
merged 6 commits into from
Aug 23, 2024
Merged

Commits on Aug 23, 2024

  1. new optimiser, adamw_schedulefree

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7c1f047 View commit details
    Browse the repository at this point in the history
  2. schedulefree integration

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0cc0440 View commit details
    Browse the repository at this point in the history
  3. fix train.sh check for step/epoch being zero

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d29c480 View commit details
    Browse the repository at this point in the history
  4. schedulefree: retrieve last_lr

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e9758a1 View commit details
    Browse the repository at this point in the history
  5. schedulefree: retrieve LR using statetracker

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4603949 View commit details
    Browse the repository at this point in the history
  6. clean-up repeating calls

    bghira committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9c4736b View commit details
    Browse the repository at this point in the history