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

HeteroGCLSTM for edge regression #241

Open
MarcoLomele opened this issue Aug 1, 2023 · 0 comments
Open

HeteroGCLSTM for edge regression #241

MarcoLomele opened this issue Aug 1, 2023 · 0 comments

Comments

@MarcoLomele
Copy link

MarcoLomele commented Aug 1, 2023

Hi everyone,

How can I pass edge features to a HeteroGCLSTM layer? Looking at the documentation it seems that only node features can be passed.

I’m researching the use of graph neural networks for predicting economical interactions between countries. My goal is to predict edge weights (called labels in PyG's documentation), given nodes' features and edges' attributes. So far, I repreesnt temporal relations only through the input features. As such, my model considers monthly snapshots individually during the training and testing phase.

Huge thanks to @benedekrozemberczki for making this library available to everyone!

@MarcoLomele MarcoLomele changed the title GConvLSTM for edge regression HeteroGCLSTM for edge regression Aug 1, 2023
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

No branches or pull requests

1 participant