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

Unpooling and deconvolution layers #52

Open
Daemon2017 opened this issue Jun 18, 2017 · 4 comments
Open

Unpooling and deconvolution layers #52

Daemon2017 opened this issue Jun 18, 2017 · 4 comments

Comments

@Daemon2017
Copy link

Hello!

Is it possible to create a segmentation network using your library? As I know, for that I need an unpooling and deconvolutional layers.

@cbovar
Copy link
Owner

cbovar commented Jun 18, 2017

Hi!

Currently there is no unpooling or deconvolution. It's something I have planned to do but it's low on my priority list.

PR welcome :)

@tzaeru
Copy link

tzaeru commented Aug 14, 2019

Def interested about this too. I'm not sure if my own skill/time (the two tend to be related!) is enough to add this feature, but many of my use cases would need proper learning-enabled upsampling in the form of transposed convolution.

@cbovar
Copy link
Owner

cbovar commented Aug 16, 2019

I think I will get cracking on it. It would be very useful for generative networks.
IIRC, the maths are very similar to convolutions (some indexes swapped) and cudnn already handles that.

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

3 participants