DepthwiseConvolution icon indicating copy to clipboard operation
DepthwiseConvolution copied to clipboard

Movidius ncsdk not support this

Open qingshutie opened this issue 6 years ago • 1 comments

NCSDK v2.05 u16@u16-System-Product-Name:~/work/realtime-object-detection$ mvNCCompile models/MobileNetSSD_deploy.prototxt -w models/MobileNetSSD_deploy.caffemodel -s 12 -is 300 300 -o graphs/mobilenetgraph /usr/local/bin/ncsdk/Controllers/Parsers/TensorFlowParser/Convolution.py:45: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(False, "Layer type not supported by Convolution: " + obj.type) mvNCCompile v02.00, Copyright @ Intel Corporation 2017

[Error 4] Toolkit Error: Stage Type Not Supported: DepthwiseConvolution

qingshutie avatar Jul 24 '18 12:07 qingshutie

When using for transforming after training, you can change the layer type 'DepthwiseConvolution' to 'Convolution' unhurtly

yonghenglh6 avatar Sep 26 '18 03:09 yonghenglh6