From ace5aeb0f59fdceb99e607af9780added20da37c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Fri, 24 Jan 2014 22:51:17 +0000 Subject: [PATCH] MNIST connected network showing off matrices --- 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