-
请教下
我在执行python data_utils/process.py data//.mp4方法时遇到报错
Traceback (most recent call last):
File "/home/work/ER-NeRF/data_utils/deepspeech_features/extract_ds_features.py", line 131, in
main(…
-
Hello,
thank you for the awesome work!
i ttried to run your model for test purposes but i think there is a model missmatch, likely caused by the deepspeech version i use right now.
can you te…
-
@ggerganov,
I'm sorry to interrupt to you. it seems that there is a lack of a function returns version information.
please reference this commit:
https://github.com/zhouwg/kantv/commit/f2cf0a…
-
hi, if i tried to use deepspeech-gpu instead, it throws the error as below
ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory
I am using nvidia-docker
-
### I found three point as follows :
1. The pandas version should be 0.24.0 int step 1.
2. The command "_pip3 install $(python3 util/taskcluster.py --decoder)_" should be placed after "_git clone…
-
## Objective
The DeepSpeech Speech-To-Text system needs to be improved to handle uncommon & non-English words. The machine learning approach is to retrain the DeepSpeech model with new audio data and…
-
I tried the installation on Raspberry PI 4 OS 54 bit and got errors:
pip3 install deepspeech --upgrade
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting deep…
-
我发现 torchaudio.pipelines.HUBERT_ASR_LARGE输出的音频特征的维度是 (m, 29), DeepSpeech v0.1输出的音频特征的维度是 (n, 29),m和n相差不大,Wav2vecDS的作用是将 (m, 29)维度的特征映射到 (n, 29)维度。
我在想是不是可以把 Wav2vecDS做得更加通用一些,支持将任意维度的特征映射到 (n, 29)维度,…
-
While running I get the following error :
`(deepspeech) C:\Users\jhiman\deepspeech\mic_vad_streaming>python mic_vad_streaming.py -m C:\Users\jhiman\Downloads\deepspeech-0.9.3-models.scorer -s C:\Use…
-
Hi,
I'm getting the following error when i run the following command on anaconda prompt (Windows 10):
`python server.py --model models/output_graph.pbmm --alphabet models/alphabet.txt --lm mode…