-
Notifications
You must be signed in to change notification settings - Fork 30
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
not able to create negative dataset #86
Comments
Is there a specific version of common voice dataset that should be downloaded? I am using version : en_2181h_2020-12-11 |
Having the same issue - I left |
Looks like it tries to read 28303 clips for the negative dataset for my desired input of |
Workaround: Comment out the line It loads all the files just to print some stats to you, during which there's no feedback. The file data is theoretically cached in an LRU cache, but it's unlikely much will be reused. The writing files step is still very slow, but at least it will give you a progress bar instead of just sitting there. |
So it works for you ? |
@srewai I'm making several code changes to hopefully resolve some of the inefficiencies in the training dataset creator, but I'm running into other issues atm. I'll publish a fork when I am done. |
I'll take a look at this issue soon. IIRC the |
Hi,
thanks for the great work. When I try to create positive dataset using the readme for keyword 'fire', it works fine but when i try to create the negative datset it hangs forever. ANy idea where might be the problem?
The text was updated successfully, but these errors were encountered: