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

[Issue] Distributed training OOM with large datasets #47

Open
cymarechal-devoteam opened this issue Nov 17, 2022 · 1 comment
Open

[Issue] Distributed training OOM with large datasets #47

cymarechal-devoteam opened this issue Nov 17, 2022 · 1 comment

Comments

@cymarechal-devoteam
Copy link

cymarechal-devoteam commented Nov 17, 2022

Hi,

I'm using tf_geometric in a distributed fashion for a node classification problem. My BatchGraph contains thousands of Graph's and spans over several hundreds of gigabytes.
When using the GCN architecture, all my nodes run out of memory, despite the fact that I use "experimental_distribute_datasets_from_function" as provided in the sample codes. Isn't it supposed to distribute the dataset over all my nodes? I see a new parameter "num_or_size_splits" added to the API. Is this anything that could help me? How does it differentiate from the distributed setting?

Thank you,

@hujunxianligong
Copy link
Member

Sorry for the late reply. I think tfg cannot address your problem. DGL may be a proper solution for you.

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

No branches or pull requests

2 participants