From 73a2c52df098ecc800255d9cf8ee5d565ef532ab Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Fri, 01 Jun 2018 11:51:36 +0000
Subject: [PATCH] Merge pull request #946 from jinyu121/master

---
 build/darknet/x64/densenet201_yolo.cfg |   21 ++++++---------------
 1 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/build/darknet/x64/densenet201_yolo.cfg b/build/darknet/x64/densenet201_yolo.cfg
index 3435555..2c78ec5 100644
--- a/build/darknet/x64/densenet201_yolo.cfg
+++ b/build/darknet/x64/densenet201_yolo.cfg
@@ -1,18 +1,15 @@
 [net]
-# Training
 batch=64
-subdivisions=32
-
-# Testing
-#batch=1
-#subdivisions=1
-
+subdivisions=8
 height=416
 width=416
-#max_crop=448
 channels=3
 momentum=0.9
 decay=0.0005
+angle=0
+saturation = 1.5
+exposure = 1.5
+hue=.1
 
 learning_rate=0.0001
 max_batches = 45000
@@ -20,12 +17,6 @@
 steps=100,25000,35000
 scales=10,.1,.1
 
-angle=7
-hue=.1
-saturation=.75
-exposure=.75
-aspect=.75
-
 [convolutional]
 batch_normalize=1
 filters=64
@@ -1935,7 +1926,7 @@
 
 [route]
 layers=-1,-3
-
+#stopbackward=1
 
 
 [convolutional]

--
Gitblit v1.10.0