HazyResearch / hgcn

Hyperbolic Graph Convolutional Networks in PyTorch.
586 stars 107 forks source link

Can it work on Directed Acyclic Graph(DAG)? #11

Closed celi52 closed 4 years ago

celi52 commented 4 years ago

Hi,thank you for your wonderful work.

I found that all these data had been processed as undirected graph. I wonder how can process it as directed graph. If not, is that because DAGs are not necessarily Gromov hyperbolic?