From c40cdeb4021fc1a638969563972f13c9f5e90d74 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Fri, 09 Oct 2015 19:50:43 +0000 Subject: [PATCH] lots of comparator stuff --- cfg/darknet.cfg | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg index 64aab1e..00e9c36 100644 --- a/cfg/darknet.cfg +++ b/cfg/darknet.cfg @@ -1,5 +1,5 @@ [net] -batch=256 +batch=128 subdivisions=1 height=256 width=256 @@ -8,10 +8,10 @@ decay=0.0005 learning_rate=0.01 -policy=step -scale=.1 -step=100000 -max_batches=400000 +policy=sigmoid +gamma=.00002 +step=400000 +max_batches=800000 [crop] crop_height=224 @@ -104,6 +104,7 @@ activation=leaky [softmax] +groups=1 [cost] type=sse -- Gitblit v1.10.0