yonghenglh6 / DepthwiseConvolution

A personal depthwise convolution layer implementation on caffe by liuhao.(only GPU)
525 stars 185 forks source link

Does the DepthwiseConvolutionLayer need the parameter(group) ? #6

Closed birdwcp closed 7 years ago

birdwcp commented 7 years ago

i find the parameter(group) in DepthwiseConvolution layer of depthwised_mobilenet_deploy.prototxt Is it still useful?

yonghenglh6 commented 7 years ago

Yes. It is kept for compatibility with origin caffe model.