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

Conversation

rickstaa
Copy link
Owner

This pull request 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.

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 rickstaa merged commit 6ab5001 into main Feb 19, 2024
9 checks passed
@rickstaa rickstaa deleted the fix_tf2_lr branch February 19, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant