ConvNetSharp icon indicating copy to clipboard operation
ConvNetSharp copied to clipboard

How to make deconvolution neural network U-Net.

Open zaharPonimash opened this issue 5 years ago • 1 comments

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.

zaharPonimash avatar Jun 09 '19 17:06 zaharPonimash

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.

cbovar avatar Jun 10 '19 07:06 cbovar