That feels strange, but you are running directly client.py
and you don’t share the start of the input, so we cannot check what libdeepspeech.so
is actually running.
Please test properly, as documented: set-up a virtualenv and install with pip install deepspeech==0.5.1
and run inference with deepspeech
rather than calling client.py
directly.