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

More informative EarlyStopping() message #5303

Merged
merged 1 commit into from Oct 22, 2021
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 22, 2021

Improve user understanding of this feature, addresses #5288

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced EarlyStopping Logging for Clarity πŸ›‘βœ¨

πŸ“Š Key Changes

  • Updated the EarlyStopping logging message with more details.
  • Now includes information about the epoch with the best results.
  • Provides instruction on how to change the patience or disable EarlyStopping.

🎯 Purpose & Impact

  • Improved Transparency: Users get clearer feedback on why training stopped and at which epoch the best model was saved.
  • Enhanced Usability: The updated log message guides users on how to adjust EarlyStopping settings to their preference, which is especially useful for fine-tuning model training.
  • Potential Increase in Efficiency: By understanding EarlyStopping better, users can more effectively manage their training runs, potentially saving time and resources. πŸš€

@glenn-jocher glenn-jocher added the enhancement New feature or request label Oct 22, 2021
@glenn-jocher glenn-jocher self-assigned this Oct 22, 2021
@glenn-jocher glenn-jocher linked an issue Oct 22, 2021 that may be closed by this pull request
@glenn-jocher glenn-jocher merged commit 441b47c into master Oct 22, 2021
@glenn-jocher glenn-jocher deleted the update/EarlyStopping branch October 22, 2021 18:02
@glenn-jocher glenn-jocher mentioned this pull request Dec 14, 2021
2 tasks
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how to stop Early stop function
1 participant