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 val plots=plots #7524

Merged
merged 1 commit into from
Apr 22, 2022
Merged

Fix val plots=plots #7524

merged 1 commit into from
Apr 22, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Apr 22, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced customization of validation plots during training in YOLOv5.

πŸ“Š Key Changes

  • The plots parameter within the train.py script can now be dynamically set, rather than being hardcoded to True.

🎯 Purpose & Impact

  • This change allows developers and users to specify whether they want to generate validation plots during model training. It offers greater flexibility and can potentially speed up training when plots are not needed.
  • Users can now decide if they want to allocate resources to plotting, which may be beneficial in constrained environments or when running numerous training experiments. πŸš€
  • The ability to toggle plot generation can lead to reduced overhead, particularly useful during automated or large-scale training runs. πŸ“‰

@glenn-jocher glenn-jocher self-assigned this Apr 22, 2022
@glenn-jocher glenn-jocher merged commit 23718df into master Apr 22, 2022
@glenn-jocher glenn-jocher deleted the fix/plots branch April 22, 2022 01:21
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
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