allenai / XNOR-Net

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

Convolution using XNOR & bitcounting #31

Closed Viresh-R closed 6 years ago

Viresh-R commented 6 years ago

Hey @mrastegari , For doing forward pass through convolution layers in the XNOR net, I guess the shared code uses the default Torch/nn strategy . I was wondering if your code for doing convolution using XNOR + bitcounting operations is publicly available ?