1.芯片型号:J5
2.天工开物开发包OpenExplorer版本:J5_OE_1.1.62
3.问题定位:模型转换
4.问题具体描述:你好,我们对检查通过的模型进行--fast-perf时,一直有报错:Nodes in a graph must be topologically sorted,however input 'onnx::Transpose_1226_calibrated' of node: input:...output:...name: "Transpose_675".... is not output of any previous nodes. 在网上查询看到说是onnx模型本身报错节点的初始化问题,我们也修正了报错节点上一个concat节点中Nan的问题,经过测试,我们的onnx模型也能通过onnx-simplify的简化,按理说模型本身没有问题了,在onnx runtime==1.2.0也可以进行推理,但是在fast-perf时一直有上述报错。需要你们可以帮忙看一下是什么原因,谢谢。
makebin log在附件,模型链接: https://pan.baidu.com/s/1nYGSDUvYidSJ7yzV1BUCEQ 提取码: iwg3

