Full CNN - Is it possible to implement in (nolearn) Lasagne?

130 views Asked by At

I am currently working with a very simple CNN and I am trying to figure out a way to make it into a Full CNN. By Full I mean not having any Dense layer and instead implement a deconvnet. The deconvnet part will be used as a localization part of the CNN. What I am wondering is if there is a way to implement a deconvnet part in nolearn? In detail, a Deconv2dlayer and Unpooling? Has anyone else looked more into it or even done it?

Here is a reference for more details:

https://datascience.stackexchange.com/questions/8999/deconvolutional-network-in-semantic-segmentation

0

There are 0 answers