liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.08k stars 1.71k forks source link

dropout in non full-connect layers #183

Open fpolacov opened 8 years ago

fpolacov commented 8 years ago

Hi! I've being using your code for a while for cnn training. In the doc 'dor' parameter is only shown for full connect layers but I observe that the code allows using it on convolutional too and on my testing it works ok. I would like to know why you only include dropout option in convolutional layers and in full connect layers.