yolov5/utils/loggers/wandb
Ayush Chaurasia 621caea53c
W&B: Fix sweep bug (#4276)
* 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

* call wandblogger.log instead of wandb.log

* Fix Sweep bug

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-08-02 18:41:52 +02:00
..
__init__.py Refactor train.py and val.py `loggers` (#4137) 2021-07-25 01:18:39 +02:00
log_dataset.py PyCharm reformat (#4209) 2021-07-28 23:35:14 +02:00
sweep.py W&B: Fix sweep bug (#4276) 2021-08-02 18:41:52 +02:00
sweep.yaml PyCharm reformat (#4209) 2021-07-28 23:35:14 +02:00
wandb_utils.py PyCharm reformat (#4209) 2021-07-28 23:35:14 +02:00