-
Notifications
You must be signed in to change notification settings - Fork 27
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
dataset #10
Comments
How can I convert .wv1 files into .wav file? |
You can download the WSJ0 dataset from https://catalog.ldc.upenn.edu/LDC93S6A |
You can use the |
I can't find the model in the github repo . I want to test the model . Seems like the pushing of model is prohibited by .gitignore file. Can anyone help me with the model file ? |
What do you mean |
I mean the actual model the trained one by the team ? |
The trained models are not uploaded in the repo. |
Can I get access to the trained model ? It would be a great help |
Which model you want? |
Accutally, you can train the models, like NB-BLSTM, NBC2, using the scripts provided in the repo from scratch. |
Yeah will be doing that once we test on our data . For testing purposes we need the model at first |
The model we trained were using our private code (we cleaned the code by removing, renaming some classes or functions), so it might take you some additional work to load the weights. Or you can train the model from scratch, so that the obtained model will match the code. |
Okay thankyou so much for this . |
You're welcome. |
Do we need to include al dataset provided by WSJ0 while training? or only few will also work ? |
Not all the data in WSJ0, only the utterances used in WSJ0-2mix |
Can you share the dataset the unmixed ones which can be used easily to train the script. I see that the dataset path and the dataset name all are hardcoded ? Can you help here . I just want the dataset that will help run the script .Thankyou . I have a dataset but the train process gets killed after 1 epoch only. |
Do you have the list of utterances which were used during training ? Its very hard to analyze from the wsj0-mix |
Where can I find the WSJ0 dataset to run the project? Can I use other datasets instead of WSJO ?
The text was updated successfully, but these errors were encountered: