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

diff --git a/nist_basic.cfg b/nist_basic.cfg
index f5ea0a3..7142735 100644
--- a/nist_basic.cfg
+++ b/nist_basic.cfg
@@ -3,7 +3,7 @@
 height=28
 channels=1
 filters=20
-size=5
+size=11
 stride=1
 activation=linear
 

--
Gitblit v1.10.0