MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

caffe to tensorflow: convert one depthwise op with group=36 from caffe to tensorflow's 36 depthwise ops

Open ysh329 opened this issue 5 years ago • 2 comments

convert one depthwise op with group=36 from caffe to tensorflow's 36 depthwise ops

caffe model

image

converted tensorflow

image

ysh329 avatar Jun 12 '20 04:06 ysh329

Hi @ysh329 , it seems there are only 8 groups in your source caffe model and MMdnn convert faithfully

XiaoXYe avatar Jun 13 '20 08:06 XiaoXYe

Hi @ysh329 , it seems there are only 8 groups in your source caffe model and MMdnn convert faithfully

thanks for your relpy.

why does not mmdnn convert to one depthwise with group=8?

ysh329 avatar Jun 13 '20 09:06 ysh329