Aashish Agarwal
Aashish Agarwal
@aikekeaishenghuo @est31 : Did you create any script to use M-AILABS dataset for Mozilla DeepSpeech? If so, could you please share?
@ynop : Thanks! It worked. I note that the library also supports Common Voice dataset. Could you please point out how to use it for Common Voice?
@ynop : I tried using the library replicating the same steps for common-voice, but I am getting the below error. ``` Traceback (most recent call last): File "./prepare_data.py", line 68,...
Yes, I used the most recent German Common Voice Corpus.
@ynop : I realized the corpus was not properly un-tarred. Now the code is running fine but the Mozilla Corpus is not getting appened in the test, train and dev...
I checked with master branch and got the below error. Checking now with the https://pypi.org/project/audiomate/4.0.0/ ``` (env) agarwal:~/deepspeech-german$ ./prepare_data.py --cv ../german-speech-corpus/mozilla/tmp/ --voxforge ../german-speech-corpus/voxforge/ ../german-speech-corpus/testing/ Traceback (most recent call last): File...
Same error with https://pypi.org/project/audiomate/4.0.0/ also.
@ynop : I parsed Tuda+Voxforge+MAILABS using Audiomate and Common Voice using the script from DeepSpeech project and combined all into one (all.csv). Now I want to take random size of...
@ynop : When I create the csv's using the above code I pasted, I get the below error. The csv's looks ok but I don't know where is the issue....
@ynop : No, actually my object is **CSV** (one CSV is obtained by pre-processing Common Voice dataset using DeepSpeech and the other for MAILABS, Tuda-De dataset pre-processing using Audiomate) and...