twjiang / graphSAGE-pytorch

A PyTorch implementation of GraphSAGE. This package contains a PyTorch implementation of GraphSAGE.
621 stars 150 forks source link

How to adapt for weighted graph #11

Open decoder746 opened 4 years ago

decoder746 commented 4 years ago

@twjiang I read the code and think that it is meant for a unweighted graph. Could you tell how to change the code for a weighted graph