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

Update tqdm>=4.64.0 and thop>=0.1.1 #8596

Merged
merged 2 commits into from
Jul 16, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jul 16, 2022

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Update to dependency versions in requirements.txt for improved compatibility and functionality.

πŸ“Š Key Changes

  • scipy version requirement: Lowered from >=1.7.3 to >=1.4.1 allowing for greater compatibility with older systems.
  • tqdm version requirement: Bumped up from >=4.41.0 to >=4.64.0 for enhanced progress bar features.
  • thop version requirement: Increased from >=0.1.0 to >=0.1.1 for more accurate FLOPs (floating point operations per second) computation.

🎯 Purpose & Impact

  • Wider Compatibility: The change in scipy version allows older systems to run YOLOv5 without needing to upgrade this package.
  • Progress Bar Improvements: The update in tqdm brings new features and fixes to the progress bar utility, enhancing user experience during training and inference.
  • Improved FLOPs Calculation: The slight bump in thop version ensures users have access to more precise model complexity measurements, important for optimizing models.

The impact is largely positive, providing users with additional flexibility while ensuring they have the latest features and bug fixes for essential libraries. πŸ’‘πŸ”„πŸ’»

@glenn-jocher glenn-jocher self-assigned this Jul 16, 2022
@glenn-jocher glenn-jocher merged commit 5c45a4b into master Jul 16, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch July 16, 2022 14:14
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
* Update `tqdm>=4.64.0` and `thop>=0.1.1`

* Update requirements.txt
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