-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data parser doesn't work #4
Comments
Sorry about this problem. I have changed the behavior of label_parser and did not update the README.md. Instead
please use
to create the dataset. Then I think that the rest of the README.md is fine. Let me know anything! |
I think that there are already some problems. Some of them are because the path to wav files is not correct e.g. asr-study/data/voxforge/brunox-20110225-wqa/216.wav should be asr-study/data/voxforge/brunox-20110225-wqa/ wav/ 216.wav If you know how I can run the data parser command properly, please tell me :)
|
the example from README.md
python -m extras.make_dataset --parser brsp \ --input_parser mfcc --label_parser simple_char_parser
returns the following error:If I change brsp for brsd (which is the available parser in dataset folder) then
The warning appears for each line of text and is skipping it.
How can I prepare data to training? I have already downloaded the data in data folder.
The text was updated successfully, but these errors were encountered: