kentfly
Results
2
comments of
kentfly
(A*B)T = BT * AT so.. "adj.dot(d_mat_inv_sqrt).transpose().dot(d_mat_inv_sqrt)" actually **not** equal to "d_mat_inv_sqrt.dot(adj).dot(d_mat_inv_sqrt) " I hope the author can explain this problem which is so important for the GCN...thx... > I...
i get it!! thx a looooot....:))