yolov5/models
NanoCode012 4949401a94
Fix redundant outputs via Logging in DDP training (#500)
* Change print to logging

* Clean function set_logging

* Add line spacing

* Change leftover prints to log

* Fix scanning labels output

* Fix rank naming

* Change leftover print to logging

* Reorganized DDP variables

* Fix type error

* Make quotes consistent

* Fix spelling

* Clean function call

* Add line spacing

* Update datasets.py

* Update train.py

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-08-11 11:18:45 -07:00
..
hub Update models/hub *.yaml files for v2.0 (#546) 2020-07-29 14:02:07 -07:00
__init__.py add "__init__.py" file in <models> folder 2020-06-15 14:37:07 +08:00
common.py Explicit Imports (#498) 2020-08-02 15:47:36 -07:00
experimental.py Explicit Imports (#498) 2020-08-02 15:47:36 -07:00
export.py Explicit Imports (#498) 2020-08-02 15:47:36 -07:00
yolo.py Fix redundant outputs via Logging in DDP training (#500) 2020-08-11 11:18:45 -07:00
yolov5l.yaml update *.yaml output layer comments 2020-07-30 11:31:47 -07:00
yolov5m.yaml update *.yaml output layer comments 2020-07-30 11:31:47 -07:00
yolov5s.yaml update *.yaml output layer comments 2020-07-30 11:31:47 -07:00
yolov5x.yaml update *.yaml output layer comments 2020-07-30 11:31:47 -07:00