-
Hi! I just wonder if it is possible to use this algorithm on DeepSpeech's Chinese version. The Chinese version is just a pbmm file, do you think we can use this project to attack with pbmm file?
-
I'm having the same issue described here: https://github.com/mozilla/DeepSpeech-examples/issues/138
`recognize-wav.mjs`:
import DeepSpeech from 'deepspeech'
Executing:
node recog…
-
Split in the DeepSpeech model:
![split](https://user-images.githubusercontent.com/17840011/66630336-91cc8680-ec36-11e9-8347-9760194a13c6.png)
| NNAPI | ONNX | clDNN | MKLDNN | DML | MPS | BNNS
…
-
Minimum in the DeepSpeech model:
![minimum](https://user-images.githubusercontent.com/17840011/66626547-38ab2580-ec2b-11e9-8ecc-064d7fdfb021.PNG)
| NNAPI | ONNX | clDNN | MKLDNN | DML | MPS | …
-
StridedSlice in the DeepSpeech model:
![StridedSlice](https://user-images.githubusercontent.com/17840011/66628307-069cc200-ec31-11e9-9acd-16917aeae0f7.png)
| NNAPI | ONNX | clDNN | MKLDNN | DM…
-
## Objective
The DeepSpeech Speech-To-Text system needs to be improved to handle uncommon & non-English words. The rules-based approach is to inspect the output of the current DeepSpeech model and cr…
-
I installed the latest DeepSpeech from https://github.com/SeanNaren/deepspeech.pytorch, and when I use art.estimators.speech_recognition.PyTorchDeepSpeech, it raises NotImplementedError("Only DeepSp…
-
deepspeech is running fine on my WSL.
Trying to point the server to the right directory but it won't recognize. I tried different paths but still the same. Is there anything special?
python deep…
-
i have finished train, but it did not generate the models/deepspeech.pth file
-
I'm currently trying to assert the status of expectation we can have on this setup for DeepSpeech, relying on TensorFlow with ComputeCpp. I have been able to cross-build the driver, and most of the `T…