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

Investigate multiprocessing memory usage further #69

Open
bengioe opened this issue Apr 26, 2023 · 0 comments
Open

Investigate multiprocessing memory usage further #69

bengioe opened this issue Apr 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bengioe
Copy link
Collaborator

bengioe commented Apr 26, 2023

It's not clear that we are doing multiprocessing in the best way possible.

  • we have been seeing problems with too many shared tensors being created, the current patch to that is Reduce load on shared memory #59 (which naively pickles everything!)
  • we obviously waste time copying tensors and objects from/to workers

A great enhancement for this project would be to dig deeper into those problems.

@bengioe bengioe added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant