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 |   23 +++--------------------
 1 files changed, 3 insertions(+), 20 deletions(-)

diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg
index 53d1ec9..a96f4d0 100644
--- a/cfg/darknet.cfg
+++ b/cfg/darknet.cfg
@@ -1,27 +1,19 @@
 [net]
 batch=128
 subdivisions=1
-height=256
-width=256
+height=224
+width=224
 channels=3
 momentum=0.9
 decay=0.0005
+max_crop=320
 
 learning_rate=0.1
 policy=poly
 power=4
 max_batches=500000
 
-[crop]
-crop_height=224
-crop_width=224
-flip=1
-angle=0
-saturation=1
-exposure=1
-
 [convolutional]
-batch_normalize=1
 filters=16
 size=3
 stride=1
@@ -33,7 +25,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=32
 size=3
 stride=1
@@ -45,7 +36,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=64
 size=3
 stride=1
@@ -57,7 +47,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=128
 size=3
 stride=1
@@ -69,7 +58,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=256
 size=3
 stride=1
@@ -81,7 +69,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=512
 size=3
 stride=1
@@ -93,7 +80,6 @@
 stride=2
 
 [convolutional]
-batch_normalize=1
 filters=1024
 size=3
 stride=1
@@ -102,9 +88,6 @@
 
 [avgpool]
 
-[dropout]
-probability=.5
-
 [connected]
 output=1000
 activation=leaky

--
Gitblit v1.10.0