I installed all the needed software on my Ubuntu 16.04 including latest Tensorflow, Python etc which all work fine.
I followed all your procedure in creating the virtual env, copied the pre-trained model, audio files etc and run deepspeech but it gives following error.
Appreciate advise what’s gone wrong. Thanks.
deepspeech models/output_graph.pbmm models/alphabet.txt models/lm.binary models/trie 4507-16021-0012.wav
Traceback (most recent call last):
File “/home/anbu/deepspeech-venv/lib/python3.6/site-packages/deepspeech/model.py”, line 18, in swig_import_helper
return importlib.import_module(mname)
File “/home/anbu/deepspeech-venv/lib/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 955, in _find_and_load_unlocked
File “”, line 658, in _load_unlocked
File “”, line 571, in module_from_spec
File “”, line 922, in create_module
File “”, line 219, in _call_with_frames_removed
ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/anbu/deepspeech-venv/bin/deepspeech”, line 7, in
from deepspeech.client import main
File “/home/anbu/deepspeech-venv/lib/python3.6/site-packages/deepspeech/client.py”, line 10, in
from deepspeech.model import Model
File “/home/anbu/deepspeech-venv/lib/python3.6/site-packages/deepspeech/model.py”, line 21, in
_model = swig_import_helper()
File “/home/anbu/deepspeech-venv/lib/python3.6/site-packages/deepspeech/model.py”, line 20, in swig_import_helper
return importlib.import_module(’_model’)
File “/home/anbu/deepspeech-venv/lib/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named ‘_model’