mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
MNIST connected network showing off matrices
This commit is contained in:
parent
796e464d43
commit
ace5aeb0f5
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user