Skip to content

Fix cosine LR scheduler min_lr#6

Open
ali-n98 wants to merge 1 commit intoYalaLab:mainfrom
ali-n98:scheduler
Open

Fix cosine LR scheduler min_lr#6
ali-n98 wants to merge 1 commit intoYalaLab:mainfrom
ali-n98:scheduler

Conversation

@ali-n98
Copy link
Contributor

@ali-n98 ali-n98 commented Feb 16, 2026

Layer decay resulted in incorrect min_lr for lower layers as only the base_lr was updated for those layers. In line with the source layer decay code (beit repo), lr_scale was added rather than directly modifying the lr. The lr_scale is then used to modify base_lr and min_lr.

Layer decay resulted in incorrect min_lr for lower layers as only the base_lr was updated for those layers. In line with the source layer decay code (beit repo), lr_scale was added rather than directly modifying the lr. The lr_scale is then used to modify base_lr and min_lr.
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.

1 participant

Comments