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 prepare TTS-synthesized mel-spectrograms for vocoder training? #682

Closed
dimitry12 opened this issue Mar 12, 2021 · 2 comments
Closed

Comments

@dimitry12
Copy link

Given a custom trained TTS, I want to train a vocoder. I want to use teacher-forced mel-spectrograms generated by TTS for vocoder training, as they do in Tacotron2 paper or as @erogol does in #26 (comment)

First, is there a script or a notebook for generating teacher-forced mel-spectrograms given a TTS model?

Second, once these mel-spectrograms are generated, is

"feature_path": null, // if you use precomputed features
the right place to point vocoder to it?

@lexkoro
Copy link
Contributor

lexkoro commented Mar 15, 2021

First, is there a script or a notebook for generating teacher-forced mel-spectrograms given a TTS model?

https://github.com/mozilla/TTS/blob/master/notebooks/ExtractTTSpectrogram.ipynb should be a good start

Second, once these mel-spectrograms are generated, is the right place to point vocoder to it?

Yes that should be correct

@dimitry12
Copy link
Author

@sanjaesc thank you!

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