deepspeech-german
deepspeech-german copied to clipboard
Scripts for training Mozilla's DeepSpeech using german speech data
They have 237 hours of labeled German data from the Librivox project: http://www.m-ailabs.bayern/en/the-mailabs-speech-dataset/
Hello i just realized that i dont have enough computing power to create the model so i would like to ask if you have the model somewhere online where i...
If I run prepare_vocab.py for German text corpus, I get the following error: > Traceback (most recent call last): > File "prepare_vocab.py", line 41, in > for index, line in...
They have 234 hours of speech at https://voice.mozilla.org/ . I think here is ll information on how to get these files: https://discourse.mozilla.org/t/multi-language-dataset-beta-release/34373
-The Error I get in python mode (deepspeech.venv) marc@debian:~/Daten.2017/code/speechRecognition/versuch3$ python3 client.py DeepSpeech/model/output_graph.pb DeepSpeech/model/alphabet.txt DeepSpeech/model/lm.binary DeepSpeech/model/trie ../../methodisch_inkorrekt_Folge_116.wav Loading model from file DeepSpeech/model/output_graph.pb 2018-05-13 16:33:31.937816: I tensorflow/core/platform/cpu_feature_guard.cc:137] Your CPU supports instructions that...
Hi, it seems for newer deepspeech versions you need to rebuild the models. Could you please give me some more information in which order to execute the provided scripts and...