cancel
Showing results for 
Search instead for 
Did you mean: 

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

dogg
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
dogg
Associate III

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.

View solution in original post

1 REPLY 1
dogg
Associate III

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.