-
I got bored, so I fired up my terminal and wrote some scripts to analyze word frequencies in the dataset. All the scripts I used, as well as the results and a writeup, are [here.](https://github.com/f…
-
Traceback (most recent call last):
File "/usr/local/anaconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/anaconda2/lib/python2.7/threading.py", …
-
Hi, after some minutes with python DeepSpeech.py, i got the following result and the program ends. Seems it doesn't work? Thanks.
WER: 1.000000
loss: 140.675095
source: "she had …
-
I'm following this tutorial : https://discourse.mozilla.org/t/tutorial-how-i-trained-a-specific-french-model-to-control-my-robot/22830 to create a French model.
The problem is when generating the …
-
Following the directions in the README.md for training on the Common Voice dataset, I get:
```
W Parameter --validation_step needs to be >0 for early stopping to work
I STARTING Optimization
I Tra…
-
I just followed readme file instructions and got this error
```
saurabhorange@orangepc:~/deepspeech$ ./bin/run-ldc93s1.sh
+ export ds_importer=ldc93s1
+ export ds_train_batch_size=1
+ export d…
-
- OS Platform and Distribution: Linux Ubuntu 16.04:
- TensorFlow installed from:
`python util/taskcluster.py --target /tmp --source tensorflow --arch gpu --artifact tensorflow_gpu_warpctc-1.4.0-c…
-
Is it possible to get only the output of the acoustic model? Skipping the LM and all that? I'm training on a custom language and don't have an LM yet. Saw an issue that had the same question previousl…
-
- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**:No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:Linux 16.04
- **TensorFl…
-
Hi,
What the correct version of DeepSpeech should be used? v0.1.1 or v0.1.0?
In the install instructions, it maybe paradox.
1. (cd DeepSpeech; git checkout tags/**v0.1.…