CarloLucibello / GraphNeuralNetworks.jl

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

Added `TransformerConv` usage example #422

Closed rbSparky closed 3 months ago

rbSparky commented 3 months ago

With this PR merged, all conv layers will now have their own working usage example completing issue #395 🚀

rbSparky commented 3 months ago

Let me know if I should add some more comments in the example to explain everything thats happening in detail