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

Error when inference #6

Closed
godspirit00 opened this issue Sep 5, 2021 · 2 comments
Closed

Error when inference #6

godspirit00 opened this issue Sep 5, 2021 · 2 comments

Comments

@godspirit00
Copy link

Hello! Thanks for the amazing work!
I'm meeting something wrong when inference:

FileNotFoundError: [Errno 2] No such file or directory: './preprocessed_data/VCTK/spker_embed/p317-spker_embed.npy'

What am I missing?
Thanks!

@keonlee9420
Copy link
Owner

Hi @godspirit00 , thanks for your attention. It is because you don't have speaker embeddings. You need to get speaker embeddings beforehand(please check preprocess.yaml and preprocess.py). The other way is to modify the current synthesize.py to extract speaker embedding using DeepSpeaker at inference time.

@godspirit00
Copy link
Author

Thanks for the reply! I will have a try.
Thanks again!

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