From f906bc987238a286556cab4ed25ab156004087d3 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Fri, 12 Jul 2019 15:45:57 +0200 Subject: [PATCH] updates --- cfg/yolov3-spp.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cfg/yolov3-spp.cfg b/cfg/yolov3-spp.cfg index e10d1b33..bb4e893b 100644 --- a/cfg/yolov3-spp.cfg +++ b/cfg/yolov3-spp.cfg @@ -4,9 +4,9 @@ # subdivisions=1 # Training batch=64 -subdivisions=8 -width=320 -height=320 +subdivisions=16 +width=608 +height=608 channels=3 momentum=0.9 decay=0.0005 @@ -16,7 +16,7 @@ exposure = 1.5 hue=.1 learning_rate=0.001 -burn_in=366 +burn_in=1000 max_batches = 500200 policy=steps steps=400000,450000