tkipf / keras-gcn

Keras implementation of Graph Convolutional Networks
MIT License
791 stars 266 forks source link

multiple-graph #47

Open maguilarh opened 5 years ago

maguilarh commented 5 years ago

I would like to use gcn in case of multiple edges. How i can include different adjacency matrix?

Thank you

tkipf commented 5 years ago

If you have multiple edge types, you can use: https://github.com/tkipf/relational-gcn

On Thu, Apr 25, 2019 at 4:14 PM Mónica Aguilar Herrero < notifications@github.com> wrote:

I would like to use gcn in case of multiple edges. How i can include different adjacency matrix?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tkipf/keras-gcn/issues/47, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYBYYAH35YIAYYSGXTMLV3PSG4EDANCNFSM4HINR23Q .

maguilarh commented 5 years ago

Thanks for the quick reply!