From 1d53b6414e0cd81043d7c76aa89f4f97da5e479f Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 23 Jan 2014 19:24:37 +0000
Subject: [PATCH] Stable on MNIST, about to change a lot

---
 nist.cfg |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/nist.cfg b/nist.cfg
index cc9282c..46e3223 100644
--- a/nist.cfg
+++ b/nist.cfg
@@ -2,7 +2,7 @@
 width=28
 height=28
 channels=1
-filters=4
+filters=20
 size=5
 stride=1
 activation=ramp
@@ -11,7 +11,7 @@
 stride=2
 
 [conv]
-filters=12
+filters=50
 size=5
 stride=1
 activation=ramp
@@ -19,15 +19,10 @@
 [maxpool]
 stride=2
 
-[conv]
-filters=10
-size=3
-stride=1
+[conn]
+output = 500
 activation=ramp
 
-[maxpool]
-stride=2
-
 [conn]
 output = 10
 activation=ramp

--
Gitblit v1.10.0