Question
the result of onnx model validate on target has two different output, why?
- July 29, 2025
- 7 replies
- 2121 views
hi
I have validate on the STM32N6 board by onnx model in STM32MX,but i have two different output ,like this:
m_outputs_1: (10, 3)/float64, min/max=[-282.578064, 481.370483], mean/std=[-2.619613, 298.301398], output m_outputs_2: (10, 1)/float64, min/max=[0.000000, 0.000000], mean/std=[0.000000, 0.000000], node_139 c_outputs_1: (10, 1, 1, 3)/float32, min/max=[-4.547175, 5.813805], mean/std=[0.008044, 4.321293], output c_outputs_2: (10, 1, 1, 1)/float32, min/max=[0.000800, 0.000800], mean/std=[0.000800, 0.000000], node_139
the m_outputs_1 is error, and c_outputs_1 is correct,why? what can lead to this problem?
please help me ,thanks very much!!!
I have upload the report.txt and onnx model in the attach.
