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

Add Hub custom models to CI tests #4978

Merged
merged 2 commits into from
Sep 28, 2021
Merged

Add Hub custom models to CI tests #4978

merged 2 commits into from
Sep 28, 2021

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Sep 28, 2021

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced CI testing workflow for the YOLOv5 repository.

πŸ“Š Key Changes

  • Standardized the formatting of YAML arrays in the workflow file for clarity.
  • Expanded the testing script to include additional model verification steps after training and detection.

🎯 Purpose & Impact

  • Improved Readability: Uniform spaces make the workflow file more readable and easier to maintain.
  • Rigorous Testing: Incorporating more comprehensive tests, including model exporting and loading, increases the confidence in model performance and stability across different platforms.
  • Enhanced Robustness: Regular and thorough testing ensures that any potential integration issues are caught early, maintaining the reliability of the YOLOv5 models for users.

@glenn-jocher glenn-jocher linked an issue Sep 28, 2021 that may be closed by this pull request
@glenn-jocher glenn-jocher changed the title Update ci-testing.yml for Hub custom model tests Add Hub custom models to CI tests Sep 28, 2021
@glenn-jocher glenn-jocher linked an issue Sep 28, 2021 that may be closed by this pull request
@glenn-jocher glenn-jocher merged commit 94705a9 into master Sep 28, 2021
@glenn-jocher glenn-jocher deleted the update/ci branch September 28, 2021 19:28
glenn-jocher added a commit that referenced this pull request Sep 29, 2021
Temporarily reverts #4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners.
CesarBazanAV pushed a commit to CesarBazanAV/yolov5 that referenced this pull request Sep 29, 2021
* Update ci-testing.yml for Hub custom model tests

* Update ci-testing.yml
glenn-jocher added a commit that referenced this pull request Sep 29, 2021
Temporarily reverts #4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners.
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
* Update ci-testing.yml for Hub custom model tests

* Update ci-testing.yml
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
Temporarily reverts ultralytics#4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners.
SecretStar112 added a commit to SecretStar112/yolov5 that referenced this pull request May 24, 2023
Temporarily reverts ultralytics/yolov5#4978 until torch 1.10 is released, which should resolve `urllib.error.HTTPError: HTTP Error 403: rate limit exceeded` errors generated by torch hub from GitHub actions runners.
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.

Torch.hub.load() broken because of a recent commit Cannot load the model
1 participant