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

Hetero support #142

Merged

Conversation

doGregor
Copy link
Contributor

@doGregor doGregor commented Mar 2, 2022

  • Added new layer that can handle temporal heterogeneous graphs: HeteroGCLSTM that works similar as GCLSTM
  • Test for new layer
  • Documentation for new layer

I couldn't find any literature on layers for temporal graph machine learning for heterogeneous graphs. The intention is to model dictionaries for all node types (keys) with hidden/cell state matrices (values) instead of a single matrix as it is the case for homogeneous graphs. As PyG's ChebConv is not compatible with HeteroData objects I changed it with SAGEConv (had a talk with mathematicians working on Graph ML at our university and they think that shouldn't make too much of a difference). This layer works for the new heterogeneous data structure for now and could be improved in the future.
Are you okay with that @benedekrozemberczki ?

@benedekrozemberczki
Copy link
Owner

Thank you!

@benedekrozemberczki benedekrozemberczki merged commit c854cd6 into benedekrozemberczki:master Mar 11, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants