caffe icon indicating copy to clipboard operation
caffe copied to clipboard

Removing all-zero rows and columns of the feature map matrix by a GPU routine

Open wenwei202 opened this issue 8 years ago • 0 comments

In GPU mode with conv_mode: LOWERED_CCNMM , we need to first remove all-zero columns and rows in the feature map matrix col_buffer_ . This concatenation process is temporally using the corresponding CPU routine. We plan to substitute it with a GPU routine. Please pull request if anyone implements this.

Code branch: https://github.com/wenwei202/caffe/tree/scnn

wenwei202 avatar Apr 28 '17 15:04 wenwei202