GraphNeuralNetworks.jl icon indicating copy to clipboard operation
GraphNeuralNetworks.jl copied to clipboard

Heterogeneous graphs support

Open arnauqb opened this issue 2 years ago • 2 comments

Are there any plans to include support for heterogeneous graphs? Something like what torch geometric does:

https://pytorch-geometric.readthedocs.io/en/latest/notes/heterogeneous.html#creating-heterogeneous-graphs

I find this package very useful but this is what's keeping me to move away from PyTorch.

arnauqb avatar Mar 17 '22 12:03 arnauqb

I don't see this coming for a couple of months at least (unless someone is willing to contribute this feature), but yes it is on the todo list and I'd like to have some initial implementation by summer.

CarloLucibello avatar Mar 17 '22 15:03 CarloLucibello

Cool, I'll be happy to test the implementation once it's ready. I unfortunately don't have the expertise to contribute much to it in terms of code.

arnauqb avatar Mar 18 '22 08:03 arnauqb