mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
XNOR-net on CPU AVX2
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user