CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

Add GATConv support for HeteroGraphConv #400

Closed rbSparky closed 4 months ago

rbSparky commented 4 months ago

Covers Issue #311

Needed to change softmax_edge_neighbors to accommodate hetero graphs

rbSparky commented 4 months ago

tests failing, small error fixed