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

How to apply this model to extract graph features from multiple graphs? #80

Open
BrainLyh opened this issue May 18, 2023 · 1 comment
Open

Comments

@BrainLyh
Copy link

Can I understand that the current dataset "cora" in the project only contains one graph, and how can I modify the code to utilize data from multiple graphs for training and generate overall graph embeddings?

@hh-hh19
Copy link

hh-hh19 commented Jun 29, 2023

Can I understand that the current dataset "cora" in the project only contains one graph, and how can I modify the code to utilize data from multiple graphs for training and generate overall graph embeddings?

As I understand it, GAT can only get embeddings for nodes. If you want to get full-graph embeddings, you need a graph pool method, such as diffpool

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

2 participants