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(pytorch): ensure correct application of constant learning rate #411

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

rickstaa
Copy link
Owner

@rickstaa rickstaa commented Feb 19, 2024

This pull request rectifies an issue with the constant learning rate scheduler. Previously, the constant learning rate was not being applied as expected when selected by the user. This fix ensures that the scheduler correctly maintains a constant learning rate throughout the training process when it's chosen.

This commit rectifies an issue with the constant learning rate
scheduler. Previously, the constant learning rate was not being applied
as expected when selected by the user. This fix ensures that the
scheduler correctly maintains a constant learning rate throughout the
training process when it's chosen.
@rickstaa rickstaa merged commit 2b3693e into main Feb 19, 2024
13 checks passed
@rickstaa rickstaa deleted the fix_constant_learning_rate_scheduler branch February 19, 2024 15:55
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