mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 09:06:35 +00:00
Update batch size in config.test.yaml from 64 to 32 for optimized training performance.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user