williamleif / GraphSAGE

Representation learning on large graphs using stochastic graph convolutions.
Other
3.41k stars 841 forks source link

GraphSAGE for weighted graphs #186

Open rockingcubes opened 2 years ago

rockingcubes commented 2 years ago

Hi,

Can you use a graphsage model for a weighted graph? I know you can do that for a regular GNN model.