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

Speeding/parallelising CF creation and initialization #644

Open
mjabri opened this issue Nov 16, 2015 · 2 comments
Open

Speeding/parallelising CF creation and initialization #644

mjabri opened this issue Nov 16, 2015 · 2 comments

Comments

@mjabri
Copy link
Contributor

mjabri commented Nov 16, 2015

Is the an existing scheme create/initialize entire projections? Say I have 10 projections, is there a way to create them in parallel if the don't depend on each other?

@philippjfr
Copy link
Member

That's always been on the road map but we never did get around to it. The main issue was reproduceability because the weights should be the same no matter the instantiation order. That issue is now solved so in theory it should now be straightforward to implement but no one has tried to do so yet.

@mjabri
Copy link
Contributor Author

mjabri commented Nov 17, 2015

I see. That would be by parallelising _create_cfs()?

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