allenai / XNOR-Net

ImageNet classification using binary Convolutional Neural Networks
https://xnor.ai/
Other
856 stars 239 forks source link

xnor and bitcount operations #1

Closed maydaygmail closed 7 years ago

maydaygmail commented 7 years ago

Thanks for your excellent work! I cannot find the xnor and bitcount operations int equation 11, for in the models/alexnetxnor.lua only use the general SpatialConvolution in Torch?

mrastegari commented 7 years ago

Yes. This is not the fast version. This is just the torch implementation for the proof of concepts.

maydaygmail commented 7 years ago

Thanks~