cancel
Showing results for 
Search instead for 
Did you mean: 

Problem analyzing and compiling ONNX model with STEdgeAI 2.1

gilentell
Associate

Hi,

I have migrated to STEdgeAI v2.1 and I can't analyze or compile an audio ONNX quantizaied model for STM32N6.

Before this, the same model was being analized correctly with version 2.0 of stedgeai.

This is the error:

C:/ST/STEdgeAI/2.1/Utilities/windows/stedgeai.exe analyze -v3 --target STM32N6 -m "model.onnx"
ST Edge AI Core v2.1.0-20194 329b0e98d

INTERNAL ERROR: Unexpected condition

The PASS progress is rising to 11%, but then it fails and stops. There isn't any other log information.

Is there any bug with the STEdgeAI new version that explains this behaviour?

Thank you,

Gilen

 

2 REPLIES 2
SlothGrill
ST Employee

Hello

If it used to work and does not work anymore, this is not expected.

Can you share your model please, so we can understand what is going on here , and give you some feedback ? 

 

Thanks 

 

Hello,

The model is a fine tuned EfficientAT and is attached here.

This model pass the analyze of the stedgeai v2.0, but fails with v2.1.

Thanks