模型优化错误
E20000 插入转换算子,连边和刷新失败
- 错误信息
Failed to add op[%s] between op[%s, format[%s]] and op[%s, format[%s]], when processing the graph_name[%s].
- 处理建议
检查报错源算子和目标算子format,shape信息,做更正处理。
以shape为例,正常的示例
GeTensorDesc src_tensor_desc(GeShape({1, 256}), ge::FORMAT_NCHW, ge::DT_FLOAT16);
GeTensorDesc dst_tensor_desc(GeShape({1, 256, 1, 1}), ge::FORMAT_NCHW, ge::DT_FLOAT16);
支持转换算子能力,请参见配套的使用手册。详细信息的获取,请联系华为工程师支持