NervanaSystems / neon

Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
http://neon.nervanasys.com/docs/latest
Apache License 2.0
3.87k stars 811 forks source link

Convolutional Layer for Binary Neural Nets #444

Open yataoz opened 6 years ago

yataoz commented 6 years ago

Is there any layer I can use to do convolution on binary inputs and weights. I saw the BinaryLinear layer uses XNOR and bitcount operations to replace matrix multiplication. What I'm looking for is a convolutional version of BinaryLinear. Thanks!

baojun-nervana commented 6 years ago

@yataoz We don't have such a layer I believe.

yataoz commented 6 years ago

@baojun-nervana Alright, got it. Thanks!