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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native support for batched graph saving/loading #7320

Open
e-yi opened this issue Apr 18, 2024 · 0 comments
Open

Native support for batched graph saving/loading #7320

e-yi opened this issue Apr 18, 2024 · 0 comments
Labels
feature request Feature request

Comments

@e-yi
Copy link

e-yi commented Apr 18, 2024

馃殌 Feature

support saving/loading batched graphs (by preserving the information for unbatching during saving).

Motivation

It would greatly imporve the time efficiency (and maybe space too?) comparing with saving/loading List[DGLGraph]

Alternatives

An alternative approach could involve storing additional metadata such as batch_num_nodes and batch_num_edges while saving batched graphs, which could then be used to reconstruct the batch structure after loading the batched graph. It seems to work on homogeneous graphs, not sure about the heterogeneous ones.

Additional context

see #936

@jermainewang jermainewang added the feature request Feature request label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
Status: 馃彔 Backlog
Development

No branches or pull requests

2 participants