idk
Joseph Redmon
2016-06-25 a6b2511a566f77a0838dc1dd0d5f3e3c49a8faa0
src/xnor_layer.c
@@ -66,7 +66,7 @@
    ai2_bin_conv_layer al = ai2_make_bin_conv_layer(b, c, ix, iy, wx, wy, s, pad);
    // OPTIONAL: You need to set the real-valued input like:
    ai2_setFltInput(&al, state.input);
    ai2_setFltInput_unpadded(&al, state.input);
    // The above function will automatically binarize the input for the layer (channel wise).
    // If commented: using the default 0-valued input.