Yolo V5 Gets stuck, doesn’t show any error too in Google Colab
!yolo task=detect mode=train model=yolov5x.pt data={dataset.location}/data.yaml epochs=100 imgsz=640 This is the input code The output is as given below : Downloading https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov5xu.pt to ‘yolov5xu.pt’… 100% 186M/186M [00:00<00:00, 365MB/s] Ultralytics YOLOv8.2.42 ???? Python-3.10.12 torch-2.3.0+cu121 CPU (Intel Xeon 2.20GHz) engine/trainer: task=detect, mode=train, model=yolov5x.pt, data=/content/football-players-detection-1/data.yaml, epochs=100, time=None, patience=100, batch=16, imgsz=640, save=True, save_period=-1, cache=False, device=None, workers=8, project=None, name=train, exist_ok=False, pretrained=True, […]