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 export.py to tensorflow<=2.15.1 #12803

Merged
merged 4 commits into from
Mar 10, 2024
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Mar 10, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced TensorFlow compatibility in YOLOv5 export functionality.

πŸ“Š Key Changes

  • Modified how TensorFlow requirements are checked in export.py.
  • Specific version constraint added for TensorFlow: <=2.15.1.

🎯 Purpose & Impact

  • Purpose: This change aims to ensure compatibility and stability by limiting the TensorFlow version used during the export process. It specifically targets the scenario where the environment might have an incompatible version of TensorFlow installed.
  • Impact: Users can expect more reliable exports of YOLOv5 models to TensorFlow formats, with reduced chances of encountering version-related issues. This enhances the overall usability and user experience, especially for those working in environments with specific TensorFlow version requirements. It's particularly useful for developers and researchers looking to deploy YOLOv5 models in TensorFlow-supported platforms. πŸš€

glenn-jocher and others added 4 commits March 10, 2024 13:25
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher merged commit db125a2 into master Mar 10, 2024
7 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-2 branch March 10, 2024 12:49
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.

2 participants