X-Cube-AI 5.2.0 ONNX model validation error
Hi, when I was validating an ONNX model on target (STM32F769I-DISCO), I got the following error:
-- Running STM32 C-model - done (elapsed time 5.952s)
-- Running original model
TOOL ERROR: cannot import name 'get_all_providers'
What does "running original model" mean? How to fix this?
My understanding is that the model ran well on STM32. If this is the case, is there any way to skip "running original model" and see my validation results?
(The ONNX model passed "analyze" in CubeMX. OS Windows 10, STM32CubeMX 6.1.1.)
Any help?

