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

speed up #55

Open
psycharo-zz opened this issue Jun 25, 2013 · 1 comment
Open

speed up #55

psycharo-zz opened this issue Jun 25, 2013 · 1 comment
Assignees

Comments

@psycharo-zz
Copy link
Owner

training a model with 32 mixtures currently takes around 1.5 seconds. since networks are entirely independent, it should be possible to multithread (c++11 ThreadPool implementation - https://github.com/en4bz/ThreadPool)
Also, when fitted, a large number of mixtures has very low weight (those components with mean=0,prec=1,weight<~1e-5), however they decrease performance. they could be easily removed after pre-training, or even online somewhere in vmp::MoGArray.

@ghost ghost assigned psycharo-zz Jun 25, 2013
@psycharo-zz
Copy link
Owner Author

http://arma.sourceforge.net/speed.html - using this library instead of std::vector might also improve performance

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

No branches or pull requests

1 participant