1. 芯片型号:J6E
2. 板卡类型:J6E开发板
3. 天工开物开发包 OpenExplorer 版本:v3.0.22
4. 问题定位:PTQ模型验证
在使用hb_compile --model onnx_model --march "nash-e" --input-shape input.1 1x3x512x960时,
终端log信息:
INFO:saving model to ***_original_float_model.onnx.
ERROR: error-occur-during hmct.api.build_model , error message: GetAttrValue: assertion 'node_->inputs().size() == attr_input_index_' failed.
the error model has been saved as eliminate_node_with_same_shape_pass_fail.onnx
我将原始模型通过onnxsim做了简化,导致这个问题原因是什么呢?
