XNOR-net on CPU AVX2

This commit is contained in:
AlexeyAB
2018-08-07 23:20:25 +03:00
parent e6c97a53a7
commit 0a326e7afe
10 changed files with 710 additions and 77 deletions

View File

@ -146,6 +146,7 @@ void demo(char *cfgfile, char *weightfile, float thresh, float hier_thresh, int
}
//set_batch_network(&net, 1);
fuse_conv_batchnorm(net);
calculate_binary_weights(net);
srand(2222222);
if(filename){