Hongyang Gao
Results
2
comments of
Hongyang Gao
Hi, it depends on your raw data. The key idea is to produce node features for each node in graph and generate the adjacency matrix to use.
Try this one: https://pytorch.org/docs/stable/generated/torch.sparse.mm.html Change the adjacency matrix to sparse and do matrix multiplication with sparse.mm.