-
Hi Carlini,
I installed all the dependencies and downloaded the model from Mozilla. I think everything seems to work given that "Google take me to evil dot com" works.
However, when I run `pytho…
-
Hi,
These are steps that I have followed to install Deepspeech:
1. pip3 install virtualenv
2. virtualenv -p python3 ~/tmp/ds-test/
3. source ~/tmp/ds-test/bin/activate
4. pip3 install deepspeec…
-
I'm trying to install the Python bindings for the native client. After doing all the steps in the native client readme I get the following error when importing the deepspeech module:
> $ python cli…
ghost updated
5 years ago
-
https://tools.taskcluster.net/groups/MRKfxAt6Rl2Funa4dkCXFQ/tasks/bcNX3KDUS_-tyC_0LTllmA/runs/0/logs/public%2Flogs%2Flive_backing.log#L2599:
```
Downloading Python-2.7.13.tar.xz...
-> https://www…
-
```
pi@raspberrypi:~/nc_r1.3 $ ./deepspeech ~/tmp/output_graph.pb ~/wav/LDC93S1.wav ~/tmp/alphabet.txt
Invalid argument: No OpKernel was registered to support Op 'SparseToDense' with these attrs. …
-
Let's try and get some ARMv8 binaries targetting pure CPU inference for ARMbian / Debian Stretch distros.
-
- **Have I written custom code (as opposed to running examples on an unmodified clone of the repository)**: No I have not written any custom code, however I have commented out COORD.stop() (line numbe…
-
Is there a streaming server & client code that does the following?
(a) on the client side, continuously generates PCM data samples from the mic connected to PC, sends the samples every, say 100ms t…
-
Hi, I see that there are libs for linux and macOS, I hope that the Windows version will be released soon.
-
I am using version 0.2.0 of deepspeech. I have tried two ways of testing deepspeech:
1. A person with american accent spoke into the microphone
2. Fed a .wav file as an input (mono channel 16kHz)
…