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

Parallelize suggest operations during nn_ensemble training #429

Closed
osma opened this issue Jul 21, 2020 · 1 comment · Fixed by #568
Closed

Parallelize suggest operations during nn_ensemble training #429

osma opened this issue Jul 21, 2020 · 1 comment · Fixed by #568
Milestone

Comments

@osma
Copy link
Member

osma commented Jul 21, 2020

Both the eval and hyperopt commands can now perform suggest operations in parallel on multiple CPUs. When training the nn_ensemble, running the documents through the source projects is the main bottleneck. We could speed it up by implementing parallel suggest operations there as well. There should probably be a new jobs parameter for the train CLI command specifying the number of parallel jobs, just like for eval and hyperopt.

@osma osma added this to the Short term milestone Jul 21, 2020
@osma
Copy link
Member Author

osma commented Feb 4, 2022

There should probably be a new jobs parameter for the train CLI command specifying the number of parallel jobs, just like for eval and hyperopt.

This part was already implemented in PR #512.

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

Successfully merging a pull request may close this issue.

1 participant