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

Added Adaptive Pooling Layers. #678

Closed
wants to merge 4 commits into from
Closed

Conversation

thebhatman
Copy link
Contributor

These Adaptive Pooling layers will be useful in the middle of a long convolutional chain when the user doesn't know the size of input but wants a required target output size.

@MikeInnes
Copy link
Member

Do these have precedent in other ML libraries?

It'd also be good to expose these as function (e.g. adaptivemaxpool(x, (w, h))) and then build the layers on top of that.

@thebhatman
Copy link
Contributor Author

Pytorch has adaptive pooling layers. These layers are used occasionally though. Yes it would be better to expose them as functions.

@ToucheSir
Copy link
Member

Should be closed by #1239 already.

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

Successfully merging this pull request may close these issues.

4 participants