wenet_stt_python
wenet_stt_python copied to clipboard
when running decode, i get a library linking issue ```python -m wenet_stt decode model test.wav``` ```Traceback (most recent call last): File "/Users/myuser/opt/miniconda3/envs/wenet/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None,...
I'm trying to use CTC WFST-search for rescoring with compiled TLG graph using this tutorial: [https://wenet-e2e.github.io/wenet/lm.html](url) and passing these parameters to decoder: ` config = { "model_path": f"wenet/{model_name}/final.zip", "dict_path": f"wenet/{model_name}/words.txt",...