MNIST connected network showing off matrices

pull/5299/head
Joseph Redmon 11 years ago
parent 796e464d43
commit ace5aeb0f5
  1. 4
      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();

Loading…
Cancel
Save