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

Remove tqdm.auto #7599

Merged
merged 1 commit into from
Apr 26, 2022
Merged

Remove tqdm.auto #7599

merged 1 commit into from
Apr 26, 2022

Conversation

glenn-jocher
Copy link
Member

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

Not playing well with Ultralytics HUB training.

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Switch from tqdm.auto to tqdm for progress bars across multiple files.

πŸ“Š Key Changes

  • tqdm.auto import has been replaced with tqdm in dataset configuration files for Argoverse, Objects365, SKU-110K, VOC, VisDrone, and xView.
  • Import change also applied in train.py, utils/autoanchor.py, utils/datasets.py, utils/loggers/wandb/wandb_utils.py, and val.py.

🎯 Purpose & Impact

  • This change standardizes the import of the tqdm module, which is used for displaying progress bars during operations like training and validation.
  • πŸ” For developers and advanced users, this change might indicate a shift towards a more consistent codebase or a specific reason why the non-notebook version of tqdm is preferred (such as compatibility or performance).
  • πŸ› οΈ For non-expert users, this change is behind-the-scenes and is unlikely to have any noticeable impact on their experience, but it ensures progress bars work correctly across different environments.

@glenn-jocher glenn-jocher self-assigned this Apr 26, 2022
@glenn-jocher glenn-jocher merged commit b53917d into master Apr 26, 2022
@glenn-jocher glenn-jocher deleted the update/remove_tqdmauto branch April 26, 2022 22:00
tdhooghe pushed a commit to tdhooghe/yolov5 that referenced this pull request Jun 10, 2022
BjarneKuehl pushed a commit to fhkiel-mlaip/yolov5 that referenced this pull request Aug 26, 2022
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 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.

None yet

1 participant