-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
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 :) |
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. |
I think I will get cracking on it. It would be very useful for generative networks. |
Some useful links:
|
Hello!
Is it possible to create a segmentation network using your library? As I know, for that I need an unpooling and deconvolutional layers.
The text was updated successfully, but these errors were encountered: