happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 650 forks source link

Do you have any plan to add Depth-wise separable convolution layer in this repo? #233

Closed firefox1031 closed 6 years ago

firefox1031 commented 6 years ago

Hi, Happynear,Depth-wise separable convolution is widely adopted in recent state-of-art neural networks, such as Xception, mobilenet, shufflenet, but there is no such layer in the original caffe implementation (using convolution layer with group parameter is excruciatingly slow! ), I am wondering if you have any plan to implement a high efficiency depth-wise separable convolution layer in this repo in the near future?

happynear commented 6 years ago

I won't implement it by myself. If someone implemented it, I am glad to merge it in this repository.