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

Enable results.print() when _verbose=False #7558

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

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

Follows implementation of _verbose flag for PyTorch Hub models in #7550. Currently these are so silent that result.print() does nothing πŸ˜‚

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improve logging output in display and speed reporting functions.

πŸ“Š Key Changes

  • LOGGER.info calls replaced with regular print statements within the display and print methods.

🎯 Purpose & Impact

  • Improves the readability and simplicity of output logging, making printed results more accessible to users.
  • Non-expert users will appreciate the direct output to consoles or notebooks without getting confused by logger formatting.
  • Developers gain a more straightforward way to see outputs during debugging and testing. πŸ› οΈ

Follows implementation of _verbose flag for PyTorch Hub models. Currently these are so silent that result.print() does nothing πŸ˜‚
@glenn-jocher glenn-jocher self-assigned this Apr 24, 2022
@glenn-jocher glenn-jocher merged commit be67572 into master Apr 24, 2022
@glenn-jocher glenn-jocher deleted the update/print branch April 24, 2022 18:30
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Follows implementation of _verbose flag for PyTorch Hub models. Currently these are so silent that result.print() does nothing πŸ˜‚
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Follows implementation of _verbose flag for PyTorch Hub models. Currently these are so silent that result.print() does nothing πŸ˜‚
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