Yolov8n_RD / config.json
Bodhi108's picture
added config
66f1dfe verified
raw
history blame
No virus
276 Bytes
{
"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
}
}