CarloLucibello / GraphNeuralNetworks.jl

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

Update documentation: Convolutional Layers #255

Closed chrisn-pik closed 1 year ago

chrisn-pik commented 1 year ago

The overview (table) misses that CGConv can also deal with edge features.

In the main section, EGNNConv is shown before EdgeConv, and it is the other way around in the table.