Skip to main content
Associate III
June 20, 2025
Solved

ValueError: Model provided has model identifier '→ ', should be 'TFL3'

  • June 20, 2025
  • 1 reply
  • 417 views

Hi,

 

I am trying to deploy my fine tuned st_yolo .h5 model but I get this error when I run the stm32ai_main.py program:

ValueError: Model provided has model identifier '→ ', should be 'TFL3'

 

What am I doing wrong?

 

thanks

Best answer by dogg

Solution:

I was using the training mode in the .yaml file while we have to use the chain_tqe one in order for the model to be quantized.

1 reply

doggAuthorBest answer
Associate III
June 20, 2025

Solution:

I was using the training mode in the .yaml file while we have to use the chain_tqe one in order for the model to be quantized.