mariolew / caffe-unpooling

Caffe with unpooling layers and example usage.
Other
18 stars 11 forks source link

Unpooling backpropagation #4

Open makroid opened 8 years ago

makroid commented 8 years ago

Tried to train a model with unpooling layer, but unpooling backpropagation seems to be not implemented (8308 vision_layers.hpp:686] Not Implemented Yet)

mariolew commented 8 years ago

@makroid The unpooling layer is to reproduce the paper Visualizing and Understanding Convolutional Networks, it can only be used for visualization, so it cannot be used to train the network. Please refer to examples/deconv_deploy.prototxt and examples/unpooling.ipynb for example usage of visualization.