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

About the GAT model used in this paper #16

Open
Riofd opened this issue Sep 22, 2021 · 1 comment
Open

About the GAT model used in this paper #16

Riofd opened this issue Sep 22, 2021 · 1 comment

Comments

@Riofd
Copy link

Riofd commented Sep 22, 2021

Hello, thank you for your great contributions! I want to know how to deal with the dimensional problem when I use the GAT model with multi-head, where x3 is with the average feature, while x1 and x2 are with the concatenation feature.
x = F.relu(x1) + F.relu(x2) + F.relu(x3)
this would make a dimensional error.
Thanks!

@cszhangzhen
Copy link
Owner

Hi, actually you can use average feature in x1,x2,x3 to make it work.

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