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

fix(tf2): correct off-by-one error in learning rate decay calculation #415

Merged
merged 1 commit into from
Feb 19, 2024

Commits on Feb 19, 2024

  1. fix(tf2): correct off-by-one error in learning rate decay calculation

    This commit resolves an issue that led to incorrect learning rate decay.
    The root cause was an off-by-one error in the step count, which skewed
    the decay calculation. With this fix, the learning rate now decays
    accurately according to the specified schedule.
    rickstaa committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0a637d1 View commit details
    Browse the repository at this point in the history