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 bias warmup LR init #8356

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Fix bias warmup LR init #8356

merged 1 commit into from
Jun 27, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 27, 2022

Per #8352

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Updated learning rate configuration for bias parameters during warmup phase in training script.

πŸ“Š Key Changes

  • Modified the learning rate (lr) setting for optimizer bias parameters during the initial warmup period of training.

🎯 Purpose & Impact

  • Purpose: To correct the learning rate assignment for the bias parameters of the optimizer during the warmup period. Previously, the learning rate was applied incorrectly to a different parameter group.
  • Impact: Ensures that the bias parameters receive the correct learning rate, which could lead to improved model performance and convergence during the early training phase. This change might impact how quickly and effectively models train, possibly yielding better accuracy or faster training times.

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.

master branch warmup learning rate is not bias lr falls from 0.1 to lr0
1 participant