HazyResearch / hgcn

Hyperbolic Graph Convolutional Networks in PyTorch.
603 stars 109 forks source link

Does HGCN support weighted edges? #12

Closed empty-id closed 4 years ago

empty-id commented 4 years ago

Hi, I wonder if HGCN support weighted edges? I mean if it is stable (or capable) for training on graph with weighted edges.

ines-chami commented 4 years ago

Hi, HGCN supports weighted edges (same as GCNs). All that's needed is making sure the Laplacian matrix is normalized properly.