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

Fix #3031 : use check_file for --data #3035

Merged
merged 1 commit into from
May 5, 2021
Merged

Fix #3031 : use check_file for --data #3035

merged 1 commit into from
May 5, 2021

Conversation

AyushExel
Copy link
Contributor

@AyushExel AyushExel commented May 5, 2021

Fix for #3031

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced robustness in Weights and Biases logging for YOLOv5 by ensuring dataset files are checked before use.

πŸ“Š Key Changes

  • βœ… Added check_file() utility function call when opening dataset files in Weights and Biases (W&B) integration.
  • πŸ”„ Modified check_and_upload_dataset() function to use check_file() when logging dataset artifact.

🎯 Purpose & Impact

  • πŸ›  Purpose: To prevent errors and ensure the correct dataset files are used during logging to W&B.
  • πŸ” Impact: Users can expect more reliable dataset handling when using W&B, leading to fewer interruptions in their ML experiments and training jobs.

@glenn-jocher glenn-jocher linked an issue May 5, 2021 that may be closed by this pull request
@glenn-jocher glenn-jocher merged commit b18ca31 into ultralytics:master May 5, 2021
@glenn-jocher
Copy link
Member

@AyushExel thanks, looks good!

KMint1819 pushed a commit to KMint1819/yolov5 that referenced this pull request May 12, 2021
danny-schwartz7 pushed a commit to danny-schwartz7/yolov5 that referenced this pull request May 22, 2021
Lechtr pushed a commit to Lechtr/yolov5 that referenced this pull request Jul 20, 2021
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 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.

DDP wandb utils not running check_file() on --data
2 participants