liuzechun / Bi-Real-net

Bi-Real Net: Enhancing the Performance of 1-bit CNNs With Improved Representational Capability and Advanced Training Algorithm. In ECCV 2018 and IJCV
176 stars 39 forks source link

Implementation of PopCount(XNOR(a, w)) #12

Open CuauSuarez opened 4 years ago

CuauSuarez commented 4 years ago

Hello there,

While reading the ex_layers, specifically the Binary Convolution Layer, I cannot see where the aforementioned operation is implemented or how it is implemented (substituting the Convolutions with XNOR and popcounts), can you clarify me this?

Thank you and greetings.