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: