Skip to content

About the GAT model used in this paper #16

Open
@Riofd

Description

@Riofd

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions