You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Hi,
I tried to test the QAT tflite model, but error reported.
ValueError: Cannot set tensor: Got value of type FLOAT32 but expected type INT8 for input 0, name: serving_default_input_1
Based on my understanding, input tensor should be 0.~1., but the model need INT8 input.
Would you give some introduction about test code for QAT model?
Thanks a lot.