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(torch): handle 'update_after' set to zero #408

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

rickstaa
Copy link
Owner

This pull request addresses a bug in the learning rate decay logic when 'update_after' is set to zero. Previously, the algorithm would malfunction under these conditions. With this fix, the algorithm can now correctly handle 'update_after' being set to zero, ensuring proper learning rate decay.

This commit addresses a bug in the learning rate decay logic when
'update_after' is set to zero. Previously, the algorithm would
malfunction under these conditions. With this fix, the algorithm can now
correctly handle 'update_after' being set to zero, ensuring proper
learning rate decay.
@rickstaa rickstaa changed the title fix update after bug fix(torch): handle 'update_after' set to zero Feb 12, 2024
@rickstaa rickstaa merged commit 7999590 into main Feb 12, 2024
11 checks passed
@rickstaa rickstaa deleted the fix_update_after_bug branch February 12, 2024 16:24
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