-
I install kenlm according to the following command:
mkdir build
cd build
cmake ..
make
python setup.py install
the compilation is successful, but I run python setup.py install,the following erro…
-
This is not an issue and is more of a discussion. I read the WaveGrad paper today (which may be found [here](https://arxiv.org/pdf/2009.00713.pdf)) and listened to the samples [here](https://wavegrad.…
-
On AWS I launched `Deep Learning AMI (Ubuntu 18.04) Version 30.0 - ami-049fb1ea198d189d7`
on a t3a.2xlarge instance.
As I cloned the project (`git clone https://github.com/facebookresearch/wav2let…
-
Greetings,
Appreciate the efforts of doing such a grand project and making it accessible to other researchers,
I'm currently trying out the tools to use it in cleaning and extracting features of…
-
For support and discussions, please use our [Discourse forums](https://discourse.mozilla.org/c/deep-speech).
If you've found a bug, or have a feature request, then please create an issue with the f…
-
The readme at deepspeech stable release ask user to download the following
https://github.com/mozilla/DeepSpeech/releases/download/v0.6.1/deepspeech-0.6.1-models
And run the following
$ deepspeec…
-
**question:**
RuntimeError: util/file.cc:76 in int util::OpenReadOrThrow(const char*) threw ErrnoException because `-1 == (ret = open(name, 00))'.
No such file or directory while opening /yarn/nm/us…
-
## 🐛 Bug
Commit 4ea1c1ee introduce this ~~potential~~ bug:
```sh
Traceback (most recent call last):
File "train.py", line 14, in
cli_main()
File "/home/aalvarez/Projects/fairseq/fai…
-
What was the source data for the http://files.deeppavlov.ai/lang_models/ru_wiyalen_no_punkt.arpa.binary.gz language model? What KenLm arguments were used for the estimation?
Thank you!
-
Hi! I'm running the README example and it fails:
```
$ deepspeech --model deepspeech-0.6.1-models/output_graph.pbmm --scorer deepspeech-0.6.1-models/kenlm.scorer --audio audio/2830-3980-0043.wav
us…