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

pooling error when featuremap.shape[0] or featuremap.shape[1] is odd,, the pooling result is not same with caffe's pooling layer #7

Closed
zjd1988 opened this issue Dec 21, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@zjd1988
Copy link

zjd1988 commented Dec 21, 2018

I ran the NumPyCnn's pooling code, and find the result is not same with caffe's pooling layer, when featuremap.shape[0] or featuremap.shape[1] is odd,. And I think this is a bug.

I modify the pooling code ,and it works well in my project. The new code is below.

image

@ahmedfgad ahmedfgad added the enhancement New feature or request label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants