From ace5aeb0f59fdceb99e607af9780added20da37c Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Fri, 24 Jan 2014 14:51:17 -0800 Subject: [PATCH] MNIST connected network showing off matrices --- src/tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests.c b/src/tests.c index ce131e7f..c459a362 100644 --- a/src/tests.c +++ b/src/tests.c @@ -413,12 +413,12 @@ void test_im2row() int main() { //test_blas(); - test_convolve_matrix(); + //test_convolve_matrix(); // test_im2row(); //test_kernel_update(); //test_split(); //test_ensemble(); - //test_nist(); + test_nist(); //test_full(); //test_random_preprocess(); //test_random_classify();