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 (Re-)Instantiation of LR-Schedule #1386

Merged
merged 9 commits into from
May 17, 2024
Merged

Conversation

mberr
Copy link
Member

@mberr mberr commented May 4, 2024

Fix #1384

Also, do not register an LR scheduler callback if we do not have a learning rate scheduler, instead of just doing nothing in the callback.

@mberr mberr marked this pull request as ready for review May 4, 2024 17:15
@mberr mberr changed the title Fix (Re-)Instantiation of LR-Schedule ⌛📋 Fix (Re-)Instantiation of LR-Schedule May 4, 2024
@mberr mberr requested a review from cthoyt May 4, 2024 20:20
Copy link
Member

@cthoyt cthoyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

besides asking for a few more test cases, this looks good. Probably time to make a new release after this gets in

@cthoyt cthoyt self-requested a review May 14, 2024 09:54
@mberr mberr enabled auto-merge (squash) May 17, 2024 08:09
@mberr mberr merged commit 98917df into master May 17, 2024
10 checks passed
@mberr mberr deleted the fix-lr-schedule-re-init branch May 17, 2024 08:23
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.

Cosine Annealing with Warm Restart LR Scheduler recieving an unexpected kwarg T_i
2 participants