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

what problem will i meet when implementing an binconv2d op? #5

Open
zhuyinheng opened this issue Jan 21, 2018 · 0 comments
Open

what problem will i meet when implementing an binconv2d op? #5

zhuyinheng opened this issue Jan 21, 2018 · 0 comments

Comments

@zhuyinheng
Copy link

Thanks for all these work! It's the only xnor gpu kernel I found so far.
but I notice that:

# This is not a binary op right now...
                h_conv2 = tf.nn.relu(self.conv2d(h_pool1_bin, Wb_conv2))
                #h_conv2 = tf.nn.relu(self.conv2d(h_pool1, W_conv2))

and I plan to implement an binconv2 base on this repo(GPU kernel). I am wondering if there are some difficulty that is hard to solve? is that because of the limitation of kernel:

Limitations
XNOR GEMM op currently only works for square matrices that are powers of 2, with smallest N being 512.

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