-
Notifications
You must be signed in to change notification settings - Fork 39
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
bn after xnor not working #2
Comments
update: reshape the tensor before BN seems working |
Do you mind providing some more details about the error you encountered and how it can be reproduced? How did you reshape the tensor to resolve the issue? |
And i meet another problem, when matrix m * n multiply n * k, the xnor gemm operator cannot work if m != n != k. And i fixed it by myself. |
I have realized that some detail of your code match this paper, http://ai2-website.s3.amazonaws.com/publications/XNOR-Net.pdf. Am i right? |
@uuleon Do you mind telling me how to fix the problem occurred when matrix m * n multiply n * k ? |
error: ValueError: ('Input has undefined rank:', TensorShape(None))
The text was updated successfully, but these errors were encountered: