From 4b2a9d9569d8ea5ddfc22626bd8720e29b0be964 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Mon, 14 Mar 2016 06:21:38 +0000 Subject: [PATCH] weird int bug --- 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