Open Lintianqianjin opened 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.
logits = torch.matmul(adj_Aforz, x+self.Wa) - self.Wa
logits = torch.matmul(adj_Aforz, x+self.Wa) - self.Wa
what is Wa? It seems that Wa doesn't appear in the paper.