Hi,
after installation, I got modulenotfounderror when I call
from ctcdecode.ctcdecode import CTCBeamDecoder
File "/home-nfs/xx/speech/model_wsj_3layers.py", line 9, in <module>
from ctcdecode.ctcdecode import CTCBeamDecoder
File "/home-nfs/xx/speech/ctcdecode/ctcdecode/__init__.py", line 1, in <module>
from ._ext import ctc_decode
File "/home-nfs/xx/speech/ctcdecode/ctcdecode/_ext/ctc_decode/__init__.py", line 3, in <module>
from ._ctc_decode import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'ctcdecode.ctcdecode._ext.ctc_decode._ctc_decode'
I dont see ._ctc_decode in the directory. How should I solve this problem? Thanks
Hi, after installation, I got modulenotfounderror when I call from ctcdecode.ctcdecode import CTCBeamDecoder
I dont see ._ctc_decode in the directory. How should I solve this problem? Thanks