Skip to main content
Associate
March 22, 2024
Question

Error when Validating on Target

  • March 22, 2024
  • 0 replies
  • 1040 views

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?