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

Report fused model summary by default #7722

Merged
merged 1 commit into from
May 7, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented May 7, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced YOLO model reporting with model fusion feature.

πŸ“Š Key Changes

  • Added code to fuse the model just before reporting the model summary if no exception occurs during model configuration.

🎯 Purpose & Impact

  • Purpose: To provide a more optimized and efficient version of the model when printing the summary, which can lead to performance gains during inference.
  • Impact: Users can see a more accurate representation of the model's operational state, potentially with better speed and reduced memory usage thanks to layer fusion. This change is expected to improve user experience by providing more insightful information about the model's structure.

@glenn-jocher glenn-jocher self-assigned this May 7, 2022
@glenn-jocher glenn-jocher merged commit d059d1d into master May 7, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch May 7, 2022 06:52
tdhooghe pushed a commit to tdhooghe/yolov5 that referenced this pull request Jun 10, 2022
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.

None yet

1 participant