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

Convolutions for GNNHeteroGraphs #254

Closed
CarloLucibello opened this issue Jan 10, 2023 · 4 comments
Closed

Convolutions for GNNHeteroGraphs #254

CarloLucibello opened this issue Jan 10, 2023 · 4 comments
Assignees

Comments

@CarloLucibello
Copy link
Member

Now we have GNNHeteroGraphs but none of the convolutional layers support them.

See https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html and in particular to_hetero for the interface PyG provides.

@Dsantra92
Copy link
Collaborator

I am willing to do this.

@Dsantra92 Dsantra92 self-assigned this Jan 30, 2023
@arnauqb
Copy link

arnauqb commented Feb 13, 2023

Has there been any progress on this? Am I correct on assuming that Message Passing is not yet supported for heterogeneous graphs? Thanks!

@Dsantra92
Copy link
Collaborator

Dsantra92 commented Feb 16, 2023

Yes. Only the basic structure of HeteroGNNGraphs is complete till date. Various graph functions and convolutions are not yet supported.

@CarloLucibello
Copy link
Member Author

CarloLucibello commented Jun 14, 2023

a preliminary implementation of a convolution for heterographs has been added in #300. Many rough edges though, feedbacks welcome.

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

No branches or pull requests

3 participants