From b4d81aa7bd86e3b2e4bcf0a662f8392053b5c1f1 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 03 Dec 2015 05:38:13 +0000 Subject: [PATCH] messed up darknet cfg --- cfg/darknet.cfg | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg index 64aab1e..85497a3 100644 --- a/cfg/darknet.cfg +++ b/cfg/darknet.cfg @@ -1,5 +1,5 @@ [net] -batch=256 +batch=128 subdivisions=1 height=256 width=256 @@ -7,11 +7,10 @@ momentum=0.9 decay=0.0005 -learning_rate=0.01 -policy=step -scale=.1 -step=100000 -max_batches=400000 +learning_rate=0.1 +policy=poly +power=4 +max_batches=500000 [crop] crop_height=224 @@ -104,6 +103,7 @@ activation=leaky [softmax] +groups=1 [cost] type=sse -- Gitblit v1.10.0