The op DepthwiseConvolution in model is not supported yet
Created by: imistyrain
register layer[ROIPooling]
register layer[PriorBox]
register layer[Permute]
register layer[DetectionOutput]
register layer[Normalize]
register layer[Select]
register layer[ShuffleChannel]
register layer[ConvolutionDepthwise]
register layer[Axpy]
Now translating model from caffe to paddle.
...
Traceback (most recent call last):
File "/Users//anaconda3/bin/x2paddle", line 10, in <module>
sys.exit(main())
File "/Users//anaconda3/lib/python3.5/site-packages/x2paddle/convert.py", line 201, in main
args.caffe_proto)
File "/Users//anaconda3/lib/python3.5/site-packages/x2paddle/convert.py", line 127, in caffe2paddle
mapper = CaffeOpMapper(model)
File "/Users//anaconda3/lib/python3.5/site-packages/x2paddle/op_mapper/caffe_op_mapper.py", line 55, in __init__
"The op {} in model is not supported yet.".format(op))
Exception: The op DepthwiseConvolution in model is not supported yet.
看到注册的layer里有ConvolutionDepthwise,能直接映射过去吗?