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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nist.cfg b/nist.cfg
index 5b0541c..46e3223 100644
--- a/nist.cfg
+++ b/nist.cfg
@@ -2,7 +2,7 @@
 width=28
 height=28
 channels=1
-filters=5
+filters=20
 size=5
 stride=1
 activation=ramp
@@ -20,7 +20,7 @@
 stride=2
 
 [conn]
-output = 100
+output = 500
 activation=ramp
 
 [conn]

--
Gitblit v1.10.0