yolov5/utils/loggers/wandb
Ayush Chaurasia 750465edae
W&B: More improvements and refactoring (#4205)
* Improve docstrings and run names

* default wandb login prompt with timeout

* return key

* Update api_key check logic

* Properly support zipped dataset feature

* update docstring

* Revert tuorial change

* extend changes to log_dataset

* add run name

* bug fix

* bug fix

* Update comment

* fix import check

* remove unused import

* Hardcore .yaml file extension

* reduce code

* Reformat using pycharm

* Remove redundant try catch

* More refactoring and bug fixes

* retry

* Reformat using pycharm

* respect LOGGERS include list

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-07-28 23:25:15 +02:00
..
__init__.py Refactor train.py and val.py `loggers` (#4137) 2021-07-25 01:18:39 +02:00
log_dataset.py W&B: Restructure code to support the new dataset_check() feature (#4197) 2021-07-28 17:40:08 +02:00
sweep.py W&B: Restructure code to support the new dataset_check() feature (#4197) 2021-07-28 17:40:08 +02:00
sweep.yaml Refactor train.py and val.py `loggers` (#4137) 2021-07-25 01:18:39 +02:00
wandb_utils.py W&B: More improvements and refactoring (#4205) 2021-07-28 23:25:15 +02:00