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

Add max/mean unpooling operations #395

Open
AzamatB opened this issue Sep 11, 2018 · 5 comments
Open

Add max/mean unpooling operations #395

AzamatB opened this issue Sep 11, 2018 · 5 comments

Comments

@AzamatB
Copy link
Contributor

AzamatB commented Sep 11, 2018

These are fairly common operations in image2image models (including 3d images) where they go in hand with ConvTranspose layers.

@MikeInnes
Copy link
Member

I'm on board; I think it'd make sense to add them to NNlib. If there are any volunteers I'd be happy to look at a PR.

@bhvieira
Copy link
Contributor

What is meant by max/mean-unpooling? Is it meant like in the U-Net where you return the max value to the position it was found in the descending path? I would like something like that, but I'm not sure we can do that without binding the downscaling and upscaling pooling layers.

@darsnack
Copy link
Member

darsnack commented Feb 12, 2021

Anymore clarity on this? My interpretation is that it is just #1468 in which case we can close.

@DhairyaLGandhi
Copy link
Member

No unpooling is slightly different. Check the pytorch layer with the same name

@kraftpunk97
Copy link

Has this issue been addressed? Can I claim this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants