DeConvNet icon indicating copy to clipboard operation
DeConvNet copied to clipboard

Primitive implementation of Deconvnet, used to visualize CNN. Just for fun :)

Results 1 DeConvNet issues
Sort by recently updated
recently updated
newest added

The new version of theano has removed/renamed the max_pool_2d, resulting in an error in Layers.py To resolve, change "from theano.tensor.signal import downsample" to "from theano.tensor.signal import pool" Then, replace all...