Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 456 Bytes

caffe-unpooling

Caffe with unpooling layers and example usage.

Example usage

First, you need to prepare a deploy file. Please refer to examples/deconv_deploy.prototxt for detail.

Then, you can use python to see what exactly happened in your network. Please refer to examples/unpooling.ipynb and examples/deconv-vgg.ipynb for detail.

##Hope you have fun!

Please feel free to raise an issue when you have trouble using caffe-unpooling!