hey @jonathanpwheat, you are correct it’s the problem of version mismatch. it happened with me when I upgraded the deepspeech and the model to version 0.6. I see the CreateModel() arguments were changed the in the newer version.
I’ve upgraded the code to use the latest everything, Python, Rasa, DeepSpeech 0.6.1
@Emma - is me somehow updating the blog post possible? or commenting on it with changes? Or should I write my own tutorial using current versions (Python / Rasa / DeepSpeech, etc) and have you link to it?
Sorry for the lack of reply here, we are still discussing this and I wanted to let you know before the weekend that we should have more info next week.
Hey…
I have deepspeech version 0.5.1 and I have been following the same blog which is mentioned above but after running this command **rasa run --enable-api -p 5005**
i am getting this error
Hey @Abbas, I think so there is some version problem of DeepSpeech that you are using or the model. Can you please recheck the Deepspeech version and model version of DeepSpeech that you are using?
@JiteshGaikwad I have been using this version
TensorFlow: v1.14.0-21-ge77504a
DeepSpeech: v0.6.1-0-g3df20fe
Sorry it was my mistake i have been using deepspeech version 0.6.1 not 0.5.1
now what are the changes i need to follow for this version of deepspeech could you please guide.
Hey @Abbas, it’s a warning since you are using the older models but as of that models will work, no need to worry about that but if you want to get rid of that warning you can change the model names as suggested there, you can check this sampel config.yml file contents:
Hey @Abbas, this error appears when you don’t have CUDA enabled system but still you train and run your bot, are you facing any issues for training the bot, can you share the screenshot of error you are getting other than the above error?