As the title described, I would like to know are there some done GraphSAGE code or function in DGL
from the paper “Inductive Representation Learning on Large Graphs” in NIPS 2017
THX
I’m not sure what do you mean by “redo”… if you are seeking for an DGL implementation of graphsage, here is it: https://github.com/dmlc/dgl/tree/master/examples/pytorch/graphsage.
OK, what I mean is the code of graphsage written by DGL. I will run the above code.
Thank you for your fast reply!