Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XNOR Functionality #11

Open
SanthoshRajendiran opened this issue Dec 27, 2018 · 0 comments
Open

XNOR Functionality #11

SanthoshRajendiran opened this issue Dec 27, 2018 · 0 comments

Comments

@SanthoshRajendiran
Copy link

What is the difference between binary_conv_net.py and binary_net.py?

Is the xnor operation done on the convolution layers in such a way that, matrix elements work with xnor operation and pop-count operation? We can find that, conv2d operator is not changed, from the base. So, will it do normal matrix multiplication with binarized elements, or will it do the xnor operation on the same? Specifically alpha operator will be used in the xnor-net implementation during the 1x1 pointwise convolution.. Where exactly does this operator occur in the implementation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant