cancel
Showing results for 
Search instead for 
Did you mean: 

CUBE-AI 8.0 INTERNAL ERROR: list index out of range

Alpha_Lee
Associate II

STM32 CubeAI v1.7.0 (STM.ai v8.0.0-19389)
error: list index out of range

  • This is a model created and transformed using pytorch

    Alpha_Lee_0-1695801248993.png
    • Is the model too big?

15 REPLIES 15
fauvarque.daniel
ST Employee

Issue reproduced on our current development branch, bug opened


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Here is my model, thank you for your reply

fauvarque.daniel
ST Employee

mbg82, your test.onnx model is malformed, 

/SA/MatMul_1_output_0_DequantizeLinear has input [1x8], axis is 0, and x_scale is [8].

axis should be 1 (not 0)

Also onnxruntime gives an error

Regards

Daniel


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
lin1
Associate II

Hello, have you resolved this issue?

lin1
Associate II

您好,您解决了这个问题吗?

Hello, could you please also take a look at my ONNX file for me? I've encountered the same issue.@fauvarque.daniel