-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Allow Pooling over the size of Bottom #1210
Comments
Wait, what? Are you saying there should be a pooling mode that parameterizes the dimension of the top so that pooling regions can be relative sizes in the input i.e. spatial pyramid pooling? Or do you mean there should be a pooling mode that pools the entire bottom, no matter the size, as in global average pooling? @kloudkl proposed #560 and @ronghanghu submitted #641. Can you just revive one of those contributions? |
I was thinking on something simpler for now the top will always be num x Sergio 2014-10-02 15:40 GMT-07:00 Evan Shelhamer notifications@github.com:
|
Oh ok, it's a special flag for global pooling. Thanks for the clarification. |
It might be better to introduce a new field in the proto like |
What about introducing a future feature like bins, which for now it only Sergio 2014-10-02 16:12 GMT-07:00 Evan Shelhamer notifications@github.com:
|
That's just a special case of SPP, which can be seen in the two PRs I On Thu, Oct 2, 2014 at 4:21 PM, Sergio Guadarrama notifications@github.com
|
I know it is a special case of SPP, but since those PR are not happening Sergio 2014-10-02 16:30 GMT-07:00 Evan Shelhamer notifications@github.com:
|
Global pooling is a useful special case for now, so let's start with that On Thu, Oct 2, 2014 at 4:35 PM, Sergio Guadarrama notifications@github.com
|
Done in #1214 |
Instead of defining a kernel_size we could Pool over the size of the bottom, which would allow pooling for different bottom height x width without changing the prototxt.
The text was updated successfully, but these errors were encountered: