I have downloaded deepspeech model from
https://github.com/mozilla/DeepSpeech/releases/download/v0.5.1/deepspeech-0.5.1-models.tar.gz
tar xvfz deepspeech-0.5.1-models.tar.gz
On checking the version of deepspeech downloaded; deepspeech - v0.6.0-alpha.5-0-g5fa6d23 ; tensorflow - v1.14.0-14-g1aad02a78e
On running the predict function i am getting an error- CreateModel failed with error code 12288.
Using the following parameters -
N_FEATURES = 25
N_CONTEXT = 9
BEAM_WIDTH = 500
Where am i going wrong?