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

Dataset preprocessing is slow #12

Open
shervinea opened this issue Sep 9, 2021 · 0 comments
Open

Dataset preprocessing is slow #12

shervinea opened this issue Sep 9, 2021 · 0 comments

Comments

@shervinea
Copy link
Owner

Context. At training time, the enzymes' volumes are precomputed with the check_precomputed() method, e.g. for the training set:

training_generator.check_precomputed()

Since enzymes' volumes are independent from each other, this task is parallelizable by nature.

Current behavior. This process runs on a single core.

Desired behavior. This process is parallelized as much as possible.

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