We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we have GNNHeteroGraphs but none of the convolutional layers support them.
GNNHeteroGraph
See https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html and in particular to_hetero for the interface PyG provides.
to_hetero
The text was updated successfully, but these errors were encountered:
I am willing to do this.
Sorry, something went wrong.
Has there been any progress on this? Am I correct on assuming that Message Passing is not yet supported for heterogeneous graphs? Thanks!
Yes. Only the basic structure of HeteroGNNGraphs is complete till date. Various graph functions and convolutions are not yet supported.
a preliminary implementation of a convolution for heterographs has been added in #300. Many rough edges though, feedbacks welcome.
Dsantra92
No branches or pull requests
Now we have
GNNHeteroGraph
s 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.The text was updated successfully, but these errors were encountered: