{ | |
"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 | |
} | |
} |
{ | |
"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 | |
} | |
} |