From 393dc8eb6f3a9dd92ec665200444186c1addc5d2 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 09 Sep 2015 19:48:40 +0000
Subject: [PATCH] stable

---
 cfg/darknet.cfg |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg
index f52ff3f..eb1310a 100644
--- a/cfg/darknet.cfg
+++ b/cfg/darknet.cfg
@@ -27,7 +27,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -38,7 +38,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -49,7 +49,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -60,7 +60,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -71,7 +71,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -82,7 +82,7 @@
 activation=leaky
 
 [maxpool]
-size=3
+size=2
 stride=2
 
 [convolutional]
@@ -99,7 +99,7 @@
 
 [connected]
 output=1000
-activation=linear
+activation=leaky
 
 [softmax]
 

--
Gitblit v1.10.0