We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, @Maratyszcza
i have add NNPACK to MXNet, apache/mxnet#4373 which support batch-size >= 1 on conv, max-pooling, fully-connected. but i found nnp_fully_connected_output will get wrong result if batch-size != 2^n, so i add some commit in https://github.com/tornadomeet/mxnet/blob/b7caa3bed94a08f2a285981b5051ba009422461a/src/operator/nnpack/nnpack_fully_connected-inl.h#L63-L65 .
does this is a konw bug? thanks.
BTW, i used a face detecton model called mtcnn for test, and found this problem.
The text was updated successfully, but these errors were encountered:
@tornadomeet Thank you for reporting. I didn't know about this problem, and it looks very strange, but I will check it.
Sorry, something went wrong.
d64ddf0
No branches or pull requests
hello, @Maratyszcza
i have add NNPACK to MXNet, apache/mxnet#4373 which support batch-size >= 1 on conv, max-pooling, fully-connected. but i found nnp_fully_connected_output will get wrong result if batch-size != 2^n, so i add some commit in https://github.com/tornadomeet/mxnet/blob/b7caa3bed94a08f2a285981b5051ba009422461a/src/operator/nnpack/nnpack_fully_connected-inl.h#L63-L65 .
does this is a konw bug? thanks.
BTW, i used a face detecton model called mtcnn for test, and found this problem.
The text was updated successfully, but these errors were encountered: