From f7a17f82eb43de864a4f980f235055da9685eef8 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 29 Jan 2014 00:28:42 +0000 Subject: [PATCH] Convolutional layers working w/ matrices --- nist_basic.cfg | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/nist_basic.cfg b/nist_basic.cfg index 3b55166..7142735 100644 --- a/nist_basic.cfg +++ b/nist_basic.cfg @@ -1,7 +1,11 @@ -[conn] -input=784 -output = 100 -activation=ramp +[conv] +width=28 +height=28 +channels=1 +filters=20 +size=11 +stride=1 +activation=linear [conn] output = 10 -- Gitblit v1.10.0