File size: 276 Bytes
66f1dfe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"height": 640,
"width": 640,
"model": "YOLO('yolov8n.pt')",
"cuda_empty_cache": true,
"training": {
"data": "data.yaml",
"epochs": 3300,
"imgsz": [640, 640],
"seed": 42,
"batch": 10,
"workers": 4
}
} |