Hi @idan-arm @phorsman-arm , I try to use the [inference code](https://github.com/ARM-software/ML-zoo/blob/master/models/speech_recognition/tiny_wav2letter/tflite_int8/inference_demo.ipynb) and the [tiny_wav2letter_int8.tflte](https://github.com/ARM-software/ML-zoo/blob/master/models/speech_recognition/tiny_wav2letter/tflite_int8/tiny_wav2letter_int8.tflite) to inference the same audio file, but the result is different with yours. Your result which LER is 0.03123  My result which LER is 0.390625  My error rate is significant greater than yours. Do you have any idea? Thanks in advance, OS: Ubuntu 20.04.4 LTS package version: Python 3.8.10 librosa 0.8.1 numpy 1.21.0 tensorflow 2.4.1 jiwer 2.3.0
Hi @idan-arm @phorsman-arm ,

I try to use the inference code and the tiny_wav2letter_int8.tflte to inference the same audio file, but the result is different with yours.
Your result which LER is 0.03123
My result which LER is 0.390625

My error rate is significant greater than yours.
Do you have any idea?
Thanks in advance,
OS:
Ubuntu 20.04.4 LTS
package version:
Python 3.8.10
librosa 0.8.1
numpy 1.21.0
tensorflow 2.4.1
jiwer 2.3.0