MNIST connected network showing off matrices

This commit is contained in:
Joseph Redmon 2014-01-24 14:51:17 -08:00
parent 796e464d43
commit ace5aeb0f5

View File

@ -413,12 +413,12 @@ void test_im2row()
int main() int main()
{ {
//test_blas(); //test_blas();
test_convolve_matrix(); //test_convolve_matrix();
// test_im2row(); // test_im2row();
//test_kernel_update(); //test_kernel_update();
//test_split(); //test_split();
//test_ensemble(); //test_ensemble();
//test_nist(); test_nist();
//test_full(); //test_full();
//test_random_preprocess(); //test_random_preprocess();
//test_random_classify(); //test_random_classify();