-
Hi I am trying to build native client following the README.md page.
I am using Debian 9, Anaconda 3, python 3.6 and bazel 0.7.
Here's the error:
>[anand:~/sources/mozilla_tf] [deepspeech] master…
-
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…
-
- **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)**: Ubuntu 16.04 in Virtualbo…
-
```
$ ./bin/run-ldc93s1.sh
+ export ds_importer=ldc93s1
+ export ds_train_batch_size=4
+ export ds_dev_batch_size=4
+ export ds_test_batch_size=4
+ export ds_epochs=2000
+ [ ! -f DeepSpeech.ip…
-
# Wrong Order of Arguments in the Code Examples
I followed the steps provided in README.md to install `deepspeech` via pip, get the pretrained model and test it on an audio file.
I initiated my …
-
https://github.com/mozilla/DeepSpeech/blob/5ff3b31bbde1b748d069dd7bba8ca7fff87ce56d/evaluate.py#L242
-
Using model: https://github.com/mozilla/DeepSpeech/releases/download/v0.2.0/deepspeech-0.2.0-models.tar.gz
below is the issue i am facing
Not found: Op type not registered 'BlockLSTM' in binary r…
-
Running `pip install --upgrade deepspeech[...].whl` results in:
```
$ pip install --upgrade https://queue.taskcluster.net/v1/task/EERLLrilSby5GnGjPRb8VA/artifacts/public/deepspeech-0.0.1-cp27-cp27mu…
-
Introduced in https://github.com/mozilla/DeepSpeech/commit/5b0ca1e4104ec47c7ac0544b646a4d4b2ce728f9#diff-2032cc23c6043680479d12dbbab61711R361 (notice the lowercase c).
-
https://github.com/mozilla/DeepSpeech/blob/cbc868346bd0a0c0e9745a978f5818364a33084c/DeepSpeech.py#L424
BasicLSTMCell is a reference implementation, it is quite slow and memory inefficient. It woul…