2024-03-22 05:02 AM
I am trying to deploy an AI model on an MCU using Cube AI TFLite Micro runtime. The model is successfully flashed but I get the following error when the validation starts:
[AI:network] stm32ai: error: argument --mode: invalid choice: 'stm32_io_only' (choose from 'x86', 'stm32', 'stm32-io-only')
The correct argument is 'stm32-io-only', but somehow the app chooses 'stm32_io_only' instead.
Can I manually change this mode argument somehow to see that it's set correctly?