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

Performance of Training #128

Open
Sleepwalking opened this issue Dec 27, 2018 · 1 comment
Open

Performance of Training #128

Sleepwalking opened this issue Dec 27, 2018 · 1 comment

Comments

@Sleepwalking
Copy link

Dear Maintainer,

I have been trying out sprocket for some standard voice conversion tasks. Although no thorough benchmark has been done, it came to my notice that sprocket trains a lot slower than a barebone SPTK-based GMMVC training script. This made hyperparameter tuning a somewhat time-consuming process.

A quick inspection of the source code shows that the training script is entirely numpy-based except for the analysis/synthesis part. I wonder if any profiling has been done to identify the bottleneck (the main suspects are probably EM and DTW) and if there is any plan to optimize the code?

Thank you for making this implementation open source.

Regards,
Kanru Hua

@Sleepwalking
Copy link
Author

I just found that mgcep runs slow on high-dimensional inputs.
I did run cProfile on sprocket though, and it shows that besides feature extraction, scikit-learn's GMM implementation is taking a lot of time. Any plan to add an option to use SPTK's gmm?

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

1 participant