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

the synthesis result is bad when using pretrain model #6

Closed
mnfutao opened this issue Sep 24, 2021 · 4 comments
Closed

the synthesis result is bad when using pretrain model #6

mnfutao opened this issue Sep 24, 2021 · 4 comments

Comments

@mnfutao
Copy link

mnfutao commented Sep 24, 2021

hello sir, thanks for your sharing.

i meet a problem when i using pretrain model to synthsize demo file. the effect of synthesized wav is so bad.

do you konw what problem happened?

pretrain_model: output/ckpt/LibriTTS_meta_learner/200000.pth.tar
ref_audio: ref_audio.zip
demo_txt: {Promises are often like the butterfly, which disappear after beautiful hover. No matter the ending is perfect or not, you cannot disappear from my world.}
demo_wav:demo.zip

@keonlee9420
Copy link
Owner

Hi @mnfutao , thanks for sharing results. It is mainly because of the sampling rate where 22050Hz is used in this repo but the paper used 16kHz. This makes the model capacity relatively smaller, and hence the output quality is degraded. In my point of view, there are two options: 1. increase model size, 2. training model with more steps than 200k. It might work at certain level and increase the output quality.

@mnfutao
Copy link
Author

mnfutao commented Oct 8, 2021

thanks, i will try it with increasing model size.
i have already trained the model more than 200k, but the quality is still bad :(

@keonlee9420
Copy link
Owner

That's bad news. Please let me know if increasing the model size helps.

@keonlee9420
Copy link
Owner

Close due to inactivity.

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