Glenn Jocher
|
b60b62e874
|
PyCharm reformat (#4209)
* PyCharm reformat
* YAML reformat
* Markdown reformat
|
2021-07-28 23:35:14 +02:00 |
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 |
Ayush Chaurasia
|
e88e8f7a98
|
W&B: Restructure code to support the new dataset_check() feature (#4197)
* 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
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2021-07-28 17:40:08 +02:00 |
Ayush Chaurasia
|
63a1971e31
|
Improve docstrings and run names (#4174)
|
2021-07-27 15:13:32 +02:00 |
Glenn Jocher
|
96e36a7c91
|
New CSV Logger (#4148)
* New CSV Logger
* cleanup
* move batch plots into Logger
* rename comment
* Remove total loss from progress bar
* mloss :-1 bug fix
* Update plot_results()
* Update plot_results()
* plot_results bug fix
|
2021-07-25 19:06:37 +02:00 |
Glenn Jocher
|
efe60b5681
|
Refactor train.py and val.py `loggers` (#4137)
* Update loggers
* Config
* Update val.py
* cleanup
* fix1
* fix2
* fix3 and reformat
* format sweep.py
* Logger() class
* cleanup
* cleanup2
* wandb package import fix
* wandb package import fix2
* txt fix
* fix4
* fix5
* fix6
* drop wandb into utils/loggers
* fix 7
* rename loggers/wandb_logging to loggers/wandb
* Update message
* Update message
* Update message
* cleanup
* Fix x axis bug
* fix rank 0 issue
* cleanup
|
2021-07-25 01:18:39 +02:00 |