-
I am trying to install python bindings in linux environment(Ubuntu). Already done with ArrayFire and Kenlm and rest of dependencies required for python bindings mentioned in doc.
When I call the pip…
-
running install
running bdist_egg
running egg_info
writing swig_decoders.egg-info\PKG-INFO
writing top-level names to swig_decoders.egg-info\top_level.txt
writing dependency_links to swig_decoder…
-
[https://drive.google.com/file/d/14RmQSYgijeSVzZNZ2mPGL0lCLg_guXGE/view?usp=sharing](url)
-
https://buildd.debian.org/status/fetch.php?pkg=libime&arch=i386&ver=0.0%7Egit20200310.fdce632-1&stamp=1584041540&raw=0
Only failed on i386.
```
9 - testdecoder (SEGFAULT)
10 - testpinyinc…
-
I'm trying to build python bindings for fairseq model, to use it for speech recognition modules.
But while trying to run the command `pip install -e .` , getting below errors :-
```
Defaulting t…
-
Hello.
I have some troubles with wav2letter package installation.
I used docker container image [Dockerfile-CPU] and built python bindings inside container with followings commands:
` cd bind…
-
I am running the command to fine tune the model given in readme. But the execution stops automatically without any error. when ran without lm model. WER stays at 100.
1. using KenLM model (4-gram)…
-
Hi.
It seems that there is something issue with common voice dataset. When I try to use it for pre-processing, there is error like
python prepare_data.py --cv data/clips data/clips
Traceback …
-
mysql://user:pass@server:3306/database
And show me:
mysqldump: Got error: 1049: "Unknown database '/database'" when selecting the database. I think that this take the '/' too.
-
I installed flashlight succesfully (all tests passed) in /home/sanjay/flashlight
In installing wav2letter++, cmake errors out at find_package(flashlight REQUIRED)
The error message is:
_CMake…