报告错误:MNN模型转换时遇到不支持的类型[ConvolutionDepthwise]
发布时间
阅读量:
阅读量
MNN模型转换Don't support type [ ConvolutionDepthwise ]
- 问题
- 应对策略
问题
在将caffe模型转换为mnn模型的过程中,出现了如下异常情况
Start to Convert Other Model Format To MNN Model...
[16:34:45] :143: Don't support type [ ConvolutionDepthwise ], for conv1_1/dw_new
Start to Optimize the MNN Net...
[16:34:45] :46: Inputs: data
[16:34:45] :56: Outputs: relu1_1/in/pw_new, Type = Convolution
Converted Done!
AI写代码shell
解决方法概述
当分组数目与输入map数目相等,同时输出map数目也与输入map数目一致时,即G=N=C(其中G表示分组数目,N为卷积核数量,C为通道数),当每个卷积核的尺寸均为1×K×K时,Group Convolution便演变为Depthwise Convolution。
为此,在ca
全部评论 (0)
还没有任何评论哟~
