usefulsensors / openai-whisper

Robust Speech Recognition via Large-Scale Weak Supervision
MIT License
62 stars 24 forks source link

ERROR: Model provided has model identifier 'ion ', should be 'TFL3' #41

Closed MMM-Jasmin closed 1 year ago

MMM-Jasmin commented 1 year ago

Hi, i just tried to execute the minimal example, but i run into the following error:

`bash> ./minimal ../models/whisper-small.tflite ../samples/jfk.wav

n_vocab:50257

mel.n_len3000

mel.n_mel:80 ERROR: Model provided has model identifier 'ion ', should be 'TFL3'

Error at ~/openai-whisper/tensorflow_src/tensorflow/lite/examples/minimal/minimal.cc:179`

MMM-Jasmin commented 1 year ago

upsi... forgott the git lfs.. sorry

JingliangGao commented 1 year ago

OK, I got this. I have run the command 'git lfs install' before glone this repo, and it is succeed. Thinks~