-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[GraphBolt][PyG] Support for Heterogeneous Graphs in to_pyg_data
#7711
Comments
to_pyg_data
@Tellili You might want to look at our advanced example and see how you can use sampled_subgraphs directly for increased performance for the homogenous case. It is also possible to use the same approach for the heterogenous case.
|
I might also modify the |
Thank you, @mfbalin! I will look into this and look forward to seeing your example. |
#7744 is an alternative, more performative way to convert to a format consumable by the PyG GNN layers. |
Description:
The to_pyg_data method currently only supports homogeneous graphs and a single feature. It would be great if this method could also handle heterogeneous graphs and support multiple features.
Request:
Add support for heterogeneous graphs.
Allow multiple features in the method.
The text was updated successfully, but these errors were encountered: