You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: