ConvNetSharp
ConvNetSharp copied to clipboard
How to make deconvolution neural network U-Net.
Hello!
You created a very good neural network. I like that a lot.
Please tell me how you can create something like unet based on it? Because I could not find the unpooling layers and the convolutional layer cannot be set as final.
Thank you for your attention.
Hi,
I think this is the same demand as #52.
There is no unpooling and transposed convolution layers yet. It's definitely something that is missing in ConvNetSharp. I'd be happy to see someone create a PR to implement it. Otherwise I will do it when I have some time.