Skip to content
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

How to train WaveRNN #36

Open
dr-jaieun opened this issue Jan 27, 2021 · 2 comments
Open

How to train WaveRNN #36

dr-jaieun opened this issue Jan 27, 2021 · 2 comments
Labels
good first issue Good for newcomers question Further information is requested

Comments

@dr-jaieun
Copy link

Your WaveRNN repository(master-barnch) excludes preprocess.py modules, how can I train the WaveRNN model? @begeekmyfriend

@begeekmyfriend
Copy link
Owner

begeekmyfriend commented Jan 27, 2021

It is quite easy to understand that you only need two directories called gta (or mel for ground truth) and quant (for wav clip) to each speaker for DataLoader according to dataset.py. The file format is all npy and the sizes of the first (or maybe last that I do not remember) dimension of npy must match with each other. For instance, you might just copy the wav clips into quant directory generated in preprocessor.py in tacotron2. And the GTA mel can be generated through scripts/gta_synth.sh.

@begeekmyfriend begeekmyfriend added good first issue Good for newcomers question Further information is requested labels Jan 27, 2021
@dr-jaieun dr-jaieun reopened this Jan 27, 2021
@dr-jaieun
Copy link
Author

@begeekmyfriend It can be considered that we can use the results(wav, mels, gta) generated through the preprocessing of this tacotron2 repository. It's a simple issue, but it can be helpful to automate the pipeline between the two repository directory structures. I will try and PR. Thank you for the quick answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants