Below error is coming : tried to follow same steps as per document:
setup on server:
CUDA Version: 10.2
tensorflow 1.14.0
tensorflow-estimator 1.14.0
tensorflow-gpu 1.14.0
deepspeech 0.6.1
deepspeech-gpu 0.6.1
Python 3.8.1
(deepspeech1.1) XX@XX-XX-7820-Tower:~/speechproj/d1.1$ deepspeech --model deepspeech-0.6. 1-models/output_graph.pbmm --lm deepspeech-0.6.1-models/lm.binary --trie deepspeech-0.6.1-models/trie --au dio audio/2830-3980-0043.wav
Traceback (most recent call last):
File “/home/data/eclerxadmin/.local/lib/python3.7/site-packages/deepspeech/impl.py”, line 14, in swig_im port_helper
return importlib.import_module(mname)
File “/usr/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 670, in _load_unlocked
File “”, line 583, in module_from_spec
File “”, line 1043, in create_module
File “”, line 219, in _call_with_frames_removed
ImportError: libcublas.so.10.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/data/eclerxadmin/.local/bin/deepspeech”, line 6, in
from deepspeech.client import main
File “/home/data/eclerxadmin/.local/lib/python3.7/site-packages/deepspeech/init.py”, line 23, in
from deepspeech.impl import PrintVersions as printVersions
File “/home/data/eclerxadmin/.local/lib/python3.7/site-packages/deepspeech/impl.py”, line 17, in
_impl = swig_import_helper()
File “/home/data/eclerxadmin/.local/lib/python3.7/site-packages/deepspeech/impl.py”, line 16, in swig_im port_helper
return importlib.import_module(’_impl’)
File “/usr/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named ‘_impl’