fishmoon1234 / DAG-GNN

Apache License 2.0
290 stars 70 forks source link

confused about `Wa` in MLPEncoder #18

Open Lintianqianjin opened 2 years ago

Lintianqianjin commented 2 years ago

logits = torch.matmul(adj_Aforz, x+self.Wa) - self.Wa what is Wa? It seems that Wa doesn't appear in the paper.