Closed zivlumous closed 2 years ago
We do apply the attention mechanism in our gnn model, but overall it is different from gat. It is motivated by the Semantic Evidence concept proposed by our paper. More details can be seen in Section 4 of the paper, or the model.py code file.
model.py
We do apply the attention mechanism in our gnn model, but overall it is different from gat. It is motivated by the Semantic Evidence concept proposed by our paper. More details can be seen in Section 4 of the paper, or the
model.py
code file.