yolov5/utils
Tommy in Tongji 135ec5c5ce
W&B ID reset on training completion (#1852)
* Update train.py

Fix the bug of always the same W&B ID  and continue  overwrite with the old logging.
BUG report
https://github.com/ultralytics/yolov5/issues/1851

* Fix the bug of duplicate W&B ID

fix the bug of https://github.com/ultralytics/yolov5/issues/1851
If we had trained on yolov5s.pt, the program will generate a new unique W&B ID.
If we hadn't, the program will keep the old code, we can still use --resume aug.

* Update general.py

* revert train.py changes

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-01-06 16:27:22 -08:00
..
google_app_engine adding the configuration to deploy yolov5 in in app engine (#964) 2020-09-22 11:48:44 -07:00
__init__.py initial commit 2020-05-29 17:04:54 -07:00
activations.py nn.SiLU() export support (#1713) 2020-12-16 17:55:57 -08:00
autoanchor.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00
datasets.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00
general.py W&B ID reset on training completion (#1852) 2021-01-06 16:27:22 -08:00
google_utils.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00
loss.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00
metrics.py Reinstate PR curve sentinel values (#1645) 2020-12-08 17:40:49 -08:00
plots.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00
torch_utils.py YOLOv5 v4.0 Release (#1837) 2021-01-04 19:54:09 -08:00