From ec3d050a76ee8c41f35c4531d3fa07a2d9c28ed3 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 02 Jun 2016 22:25:24 +0000
Subject: [PATCH] hope i didn't break anything

---
 cfg/darknet.cfg |   38 +++++++++++++++-----------------------
 1 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg
index f52ff3f..a96f4d0 100644
--- a/cfg/darknet.cfg
+++ b/cfg/darknet.cfg
@@ -1,23 +1,17 @@
 [net]
 batch=128
 subdivisions=1
-height=256
-width=256
+height=224
+width=224
 channels=3
 momentum=0.9
 decay=0.0005
-learning_rate=0.01
-policy=poly
-power=.5
-max_batches=600000
+max_crop=320
 
-[crop]
-crop_height=224
-crop_width=224
-flip=1
-angle=0
-saturation=1
-exposure=1
+learning_rate=0.1
+policy=poly
+power=4
+max_batches=500000
 
 [convolutional]
 filters=16
@@ -27,7 +21,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -38,7 +32,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -49,7 +43,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -60,7 +54,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -71,7 +65,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -82,7 +76,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -94,14 +88,12 @@
 
 [avgpool]
 
-[dropout]
-probability=.5
-
 [connected]
 output=1000
-activation=linear
+activation=leaky
 
 [softmax]
+groups=1
 
 [cost]
 type=sse

--
Gitblit v1.10.0