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 | 15 +++------------ 1 files changed, 3 insertions(+), 12 deletions(-) diff --git a/nist.cfg b/nist.cfg index 946fb8e..46e3223 100644 --- a/nist.cfg +++ b/nist.cfg @@ -2,7 +2,7 @@ width=28 height=28 channels=1 -filters=6 +filters=20 size=5 stride=1 activation=ramp @@ -11,7 +11,7 @@ stride=2 [conv] -filters=16 +filters=50 size=5 stride=1 activation=ramp @@ -19,17 +19,8 @@ [maxpool] stride=2 -[conv] -filters=120 -size=3 -stride=1 -activation=ramp - -[maxpool] -stride=2 - [conn] -output = 80 +output = 500 activation=ramp [conn] -- Gitblit v1.10.0