From 371f21171a2606b4ad5f60651ed6f63cb8d08d99 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 15 Mar 2018 22:49:01 +0000
Subject: [PATCH] shortcut_layer resize for random=1

---
 build/darknet/x64/resnet50_yolo.cfg |   32 ++++++--------------------------
 1 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/build/darknet/x64/resnet50_yolo.cfg b/build/darknet/x64/resnet50_yolo.cfg
index 4a039dd..9a91193 100644
--- a/build/darknet/x64/resnet50_yolo.cfg
+++ b/build/darknet/x64/resnet50_yolo.cfg
@@ -1,18 +1,15 @@
 [net]
-# Training
 batch=64
-subdivisions=16
-
-# 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
@@ -488,7 +479,7 @@
 [shortcut]
 from=-4
 activation=leaky
-
+#stopbackward=1
 
 
 
@@ -502,17 +493,6 @@
 
 
 [convolutional]
-batch_normalize=1
-size=3
-stride=1
-pad=1
-filters=1024
-activation=leaky
-
-
-
-
-[convolutional]
 size=1
 stride=1
 pad=1

--
Gitblit v1.10.0