allenai / XNOR-Net

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

Where is the XNOR operator implemented? #36

Open yataoz opened 6 years ago

yataoz commented 6 years ago

I was looking for the implementation of XNOR operator, but couldn't find any. I only saw regular Conv layers applied to binary valued inputs and weights. Does anyone know if the convolution layer is implemented at all, which uses XNOR and bitcount to replace regular matrix multiplication?

Thanks!

rteja1113 commented 6 years ago

I was looking for the same thing, any updates on that ? It looks like you may need to write CUDA kernels to support that ops

MaratZakirov commented 5 years ago

Here I guess https://github.com/akhauriyash/XNOR-convolution