Hi, I have downloaded the pre-trained model:
wget 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
But when we test it (non-native English speaker), a lot of words get mismatched and they seem not to be in english? Is it supposed to recognize english text correctly of non native speakers?
thanks