GRACE icon indicating copy to clipboard operation
GRACE copied to clipboard

How to use graph augmentation when learning on large graphs

Open o0vv0o opened this issue 3 years ago • 0 comments

Hello! Thanks for the codes! I have a question on how to use the augmentation including RE and MF mentioned in the paper on a large graph. Now, I randomly select a minibatch of nodes from the large graph, and then a subgraph can be generated. I sample 15,10,5 neighbours at the first-, second-, and third-hop. However, I am not sure how to do the graph augmentation to obtain two views. Should I generate two views of the raw large graph first and then sample subgraphs, or should I produce two views for the subgraphs at the first-hop? Could you please upload codes on large graph training? Thank you very much!!!

o0vv0o avatar Nov 29 '21 09:11 o0vv0o