tswc

Results 2 issues of tswc

**Describe the bug** A clear and concise description of what the bug is. ![image](https://user-images.githubusercontent.com/28724792/84475609-6fa47000-acbf-11ea-9dff-4a778f8dae1d.png) ![image](https://user-images.githubusercontent.com/28724792/84475914-ed687b80-acbf-11ea-9ef1-eddcb0838d79.png) As shown in above picture, I can not see the numbers of tasks which are...

Following yoloe training docs to train coco128. It runs normally. But the mAP on training dataset is almost 0. ```python from ultralytics import YOLOE from ultralytics.models.yolo.yoloe import YOLOEPETrainer # Initialize...