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

What parameters could you suggest to tweak to improve model perfomance? #52

Closed
Subuday opened this issue Feb 7, 2024 · 2 comments
Closed

Comments

@Subuday
Copy link

Subuday commented Feb 7, 2024

Hi, I try to train your model on my personal datasets.

Are there any parameters you could suggest to tweak during training on my dataset? Or default params are enough for good quality results?

Are there any specific requirements to a dataset? I have the dataset of similar size like LJSpeech, 22050Hz, mono, similar duration distribution.

@shivammehta25
Copy link
Owner

Hey!

Thank you for your interest in 🍵 Matcha-TTS.

Are there any parameters you could suggest to tweak during training on my dataset? Or default params are enough for good quality results?

It should work just fine with the default parameters, but I've noticed that you can improve quality by adding more parameters to the decoder.

channels: [256, 256]
dropout: 0.05
attention_head_dim: 64

Something like channel 512, 512 and 128 attention dim.

Are there any specific requirements to a dataset? I have the dataset of similar size like LJSpeech, 22050Hz, mono, similar duration distribution.

This seems to be good enough.

@Subuday
Copy link
Author

Subuday commented Feb 7, 2024

Thanks for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants