ValueError: Model provided has model identifier '→ ', should be 'TFL3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Labels:
-
Model Zoo
-
STM32N6 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
