Update batch size in config.test.yaml from 64 to 32 for optimized training performance.

This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-28 16:15:06 +02:00
parent 4729b3ad55
commit a6c6dddcf8
+1 -1
View File
@@ -1,7 +1,7 @@
training: training:
model: 'yolo11n.yaml' model: 'yolo11n.yaml'
epochs: 1 epochs: 1
batch: 64 batch: 32
imgsz: 320 imgsz: 320
save_period: 1 save_period: 1
workers: 0 workers: 0