-
Notifications
You must be signed in to change notification settings - Fork 38
Pretrained model #2
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
Comments
The code of Tacotron-2 with Tensorflow has been synchronized here. Both of them support multi-speaker model. And the preprocessing is consistent with each other. You can extract the ground truth mel files on disk through preprocess.py and then train them both on Torch and Tensorflow version. |
By the way the evaluation of multi-speaker model has been released in #1 |
Yes, I understand that the code is compatible. My question was whether you have/will release the trained model weights that you used to create the evaluation samples? |
Sorry that the multi-speaker corpus is not public domain, it belongs to business. So I cannot release the pre-trained model. Sorry again about it. |
OK, thanks! |
I beg your pardon that you might expand worker number of data loader for training acceleration 35e7f45 |
My fault #5 |
First off - great work!
Second - will you make any pretrained models available? There are a few scattered throughout various issues in Rayhane's repository, but they all seem to be out of date and incompatible with the current master.
The text was updated successfully, but these errors were encountered: