BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.12k stars 18.69k forks source link

Mixed pooling #2318

Closed PiranjaF closed 9 years ago

PiranjaF commented 9 years ago

Could Caffe implement mixed pooling as an option for the pooling layers? It seems like it would be quite easy to implement as it's just a combination of mean and max pooling (http://www.tongji.edu.cn/~hanliwang/papers/C28_RSKT14.pdf).

amuetzel commented 9 years ago

That link is dead, could you provide a working one?

PiranjaF commented 9 years ago

Sorry about that. Link is updated now.

longjon commented 9 years ago

Please ask usage questions on the caffe-users list. Thanks!