You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In GPU mode with
conv_mode: LOWERED_CCNMM
, we need to first remove all-zero columns and rows in the feature map matrixcol_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
The text was updated successfully, but these errors were encountered: