From a6c6dddcf8080d128d2a4cc6b6d7c11c4173143a Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Sat, 28 Mar 2026 16:15:06 +0200 Subject: [PATCH] Update batch size in `config.test.yaml` from 64 to 32 for optimized training performance. --- config.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.test.yaml b/config.test.yaml index 3851947..7082f30 100644 --- a/config.test.yaml +++ b/config.test.yaml @@ -1,7 +1,7 @@ training: model: 'yolo11n.yaml' epochs: 1 - batch: 64 + batch: 32 imgsz: 320 save_period: 1 workers: 0