You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It's not clear that we are doing multiprocessing in the best way possible.
A great enhancement for this project would be to dig deeper into those problems.
The text was updated successfully, but these errors were encountered: