williamleif / GraphSAGE

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

Do not support multi-relational edges #121

Open Henryflee opened 4 years ago

Henryflee commented 4 years ago

Do not support multi-relational edges?

RexYing commented 4 years ago

Working on a release of GNN library for domain experts to very easily use a variety of GNN (including minibatch GraphSAGE) for many kinds of tasks. For most tasks, one only needs to specify config files and data path, and all training, testing, results organization and visualization are done automatically. This will support many extensions including multi-relational (heterogeneous graphs).

We expect the release in June.