模型解析错误(Caffe)
- E11001 input输入非法
- E11002 没有input输入
- E11003 输入input_dim必须是4倍的 input
- E11004 input_shape与 input必须相等
- E11005 没有input shape
- E11006 optype为Python必须有python_param
- E11007 optype为Python层名必须是ProposalLayer
- E11008 optype不支持DetectionOutput需要使用'FSRDetectionOutput' or 'SSDDetectionOutput'
- E11009 算子未定义
- E11010 解析算子参数失败
- E11011 算子无原型库定义
- E11012 某层没有输入
- E11013 A与B连边失败
- E11014 找不到算子的输出
- E11015 找不到算子的输入
- E11016 特定算子校验失败
- E11017 找不到某个节点
- E11018 算子名字必须是特定字符
- E11019 算子没有输入边
- E11021 不支持layers结构模型文件
- E11022 模型文件层为空
- E11023 不支持layers结构权重文件
- E11024 权重文件层为空
- E11025 创建Op parser失败
- E11026 解析权值失败
- E11027 校验模型输入失败
- E11028 校验模型输入失败
- E11029 模型文件中的节点在权重文件中不存在
- E11030 校验模型输入失败
- E11031 校验模型输入失败
- E11032 校验模型输入失败
- E11033 校验模型输入失败
E11003 输入input_dim必须是4倍的 input
- 错误信息
Model input_dim size[%s] is not 4 times of input size[%s].
- 处理建议
根据错误提示处理
E11004 input_shape与 input必须相等
- 错误信息
caffe net input_shape size[%s] is not equal input size[%s].
- 处理建议
根据错误提示处理
E11007 optype为Python层名必须是ProposalLayer
- 错误信息
If optype is [Python], opname must be [ProposalLayer], but actual opname is [%s].
- 处理建议
检查输入的模型文件是否合法
E11008 optype不支持DetectionOutput需要使用'FSRDetectionOutput' or 'SSDDetectionOutput'
- 错误信息
Op type 'DetectionOutput' is confused. Suggest you modify the model file and use a explicit type, such as 'FSRDetectionOutput' or 'SSDDetectionOutput'.
- 处理建议
检查输入的模型文件是否合法
E11009 算子未定义
- 错误信息
Unsupport op[%s] optype[%s], you should customize the op at first.
- 处理建议
检查输入的模型文件是否合法
E11016 特定算子校验失败
- 错误信息
Add op[%s] to NetOutput faild, current op output index[%s] should < [%s]. NetOutput input_index[%s] should < [%s].
- 处理建议
根据错误提示处理
E11017 找不到某个节点
- 错误信息
Can not find out_node[%s], you should check --out_nodes.
- 处理建议
请检查模型中是否存在out_node节点
E11018 算子名字必须是特定字符
- 错误信息
PreCheck validate string failed, opname [%s] can only contains 'a-z' 'A-Z' '0-9' '-' '.' '_' '/'
- 处理建议
检查输入的模型文件是否合法
E11021 不支持layers结构模型文件
- 错误信息
The model file[%s] is consisted of layers-structure which is deprecated in Caffe and unsupported in ATC. The "layers" should be changed to "layer".
- 处理建议
根据错误提示处理
E11023 不支持layers结构权重文件
- 错误信息
The weight file is consisted of layers-structure which is deprecated in Caffe and unsupported in ATC. The "layers" should be changed to "layer".
- 处理建议
根据错误提示处理
E11027 校验模型输入失败
- 错误信息
Optype[Input]'s input_param shape size is zero, caffe layer name [%s], layer type [%s].
- 处理建议
根据错误提示处理
E11028 校验模型输入失败
- 错误信息
Caffe prototxt has no input_param or user should set --input_shape in atc parameter, caffe layer name [%s], layer type [%s].
- 处理建议
根据错误提示处理
E11031 校验模型输入失败
- 错误信息
Python Layer[%s] need to be rewritten according to product directions.
- 处理建议
根据提示信息,参照资料扩展算子规则重写prototxt文件
- E11001 input输入非法
- E11002 没有input输入
- E11003 输入input_dim必须是4倍的 input
- E11004 input_shape与 input必须相等
- E11005 没有input shape
- E11006 optype为Python必须有python_param
- E11007 optype为Python层名必须是ProposalLayer
- E11008 optype不支持DetectionOutput需要使用'FSRDetectionOutput' or 'SSDDetectionOutput'
- E11009 算子未定义
- E11010 解析算子参数失败
- E11011 算子无原型库定义
- E11012 某层没有输入
- E11013 A与B连边失败
- E11014 找不到算子的输出
- E11015 找不到算子的输入
- E11016 特定算子校验失败
- E11017 找不到某个节点
- E11018 算子名字必须是特定字符
- E11019 算子没有输入边
- E11021 不支持layers结构模型文件
- E11022 模型文件层为空
- E11023 不支持layers结构权重文件
- E11024 权重文件层为空
- E11025 创建Op parser失败
- E11026 解析权值失败
- E11027 校验模型输入失败
- E11028 校验模型输入失败
- E11029 模型文件中的节点在权重文件中不存在
- E11030 校验模型输入失败
- E11031 校验模型输入失败
- E11032 校验模型输入失败
- E11033 校验模型输入失败