2025-01-13 10:07 AM
Hello,
I am facing some strange errors when trying to analyze any TFLite model. The errors are occurring in the following situations:
Situation 1: STM32Cube.AI MCU Runtime
When analyzing a TFLite model, it fails and shows an error message: "TOOL ERROR: List index out of range."
Situation 2: STM32Cube.AI Neural-ART Runtime
After clicking on the Analyze button, it's stuck at 0%. Nothing else happens, even after I wait for 30 minutes.
I am using:
CubeIDE version: 1.17.0
X-CUBE-AI version: 9.0.0 and 9.1.0
Please note that all those TFLite models work fine with CubeIDE 1.16.0, X-CUBE-AI 9.0.0, and STM32H7A3.
I am attaching 2 tflite models for your reference.
2025-01-13 11:31 PM
Hello @AM-adben ,
Could you please verify again your version of X-CUBE-AI ?
Neural-ART Runtime should only be available from X-CUBE-AI version 10.0.0.
Did you install the runtime through STM32CubeMX or STEdgeAI-Core installer ?
My first suggestion would be to uninstall X-CUBE-AI through STM32CubeMX, and install it again. After that, verify the content available in C:\Users\your_username\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AI\10.0.0.
You should have this file tree:
Best regards,
Yanis