From 522e2a220cf2beffd6283374a7756bf7c85749ad Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 22 Sep 2015 23:36:57 +0000
Subject: [PATCH] hm

---
 cfg/yolo.cfg |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/cfg/yolo.cfg b/cfg/yolo.cfg
index ba44c4d..ab46729 100644
--- a/cfg/yolo.cfg
+++ b/cfg/yolo.cfg
@@ -1,13 +1,18 @@
 [net]
 batch=64
-subdivisions=2
+subdivisions=64
 height=448
 width=448
 channels=3
-learning_rate=0.01
+learning_rate=0.001
 momentum=0.9
 decay=0.0005
 
+policy=steps
+steps=50, 5000
+scales=10, .1
+max_batches = 8000
+
 [crop]
 crop_width=448
 crop_height=448
@@ -201,4 +206,5 @@
 rescore=0
 joint=0
 objectness=1
+background=0
 

--
Gitblit v1.10.0