2025-06-20 1:00 AM
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
Solved! Go to Solution.
2025-06-20 1:10 AM
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.
2025-06-20 1:10 AM
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.