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

Add Parallelism #1

Open
fpicetti opened this issue Nov 23, 2020 · 2 comments
Open

Add Parallelism #1

fpicetti opened this issue Nov 23, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@fpicetti
Copy link
Member

As the network size is proportional to the dataset size, and the GPU memory is limited, some parallelism has to be implemented.

A naive approach is to split the dataset into possibly-overlapped windows to be processed separately and then the results are merged. This can be done sequentially (as in this repo) or with a DataParallel strategy.

On the other hand, in order to process all the data at once, one might want to adopt a ModelParallel strategy.

@fpicetti fpicetti added the enhancement New feature or request label Nov 23, 2020
@frailty-cyber
Copy link

data里面为什么没有hyperbolic3d_irregular_066.npy?

@fpicetti
Copy link
Member Author

Hi @frailty-cyber,

Thanks for your comment! Indeed, the README needs to be updated, sorry for the delay.
You can find that file in datasets/hyperbolic3d/. We provide you with the original data volume, and two different decimations.

Let me know if you need any help. I would ask you to open a new issue, as this thread is dedicated to the parallelism.

@fpicetti fpicetti reopened this Dec 15, 2020
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

2 participants