From c53e03348c65462bcba33f6352087dd6b9268e8f Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 16 Sep 2015 21:12:10 +0000
Subject: [PATCH] yolo working w/ regions

---
 cfg/darknet.cfg |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg
index eb1310a..64aab1e 100644
--- a/cfg/darknet.cfg
+++ b/cfg/darknet.cfg
@@ -1,15 +1,17 @@
 [net]
-batch=128
+batch=256
 subdivisions=1
 height=256
 width=256
 channels=3
 momentum=0.9
 decay=0.0005
+
 learning_rate=0.01
-policy=poly
-power=.5
-max_batches=600000
+policy=step
+scale=.1
+step=100000
+max_batches=400000
 
 [crop]
 crop_height=224

--
Gitblit v1.10.0