HGP-SL icon indicating copy to clipboard operation
HGP-SL copied to clipboard

About the GAT model used in this paper

Open Riofd opened this issue 4 years ago • 1 comments

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!

Riofd avatar Sep 22 '21 07:09 Riofd

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

cszhangzhen avatar Oct 04 '21 01:10 cszhangzhen