You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A graph neural network library for Julia based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl).
9
-
Its most relevant features are:
10
-
*Provides CUDA support.
11
-
*It's integrated with the JuliaGraphs ecosystem.
12
-
*Implements many common graph convolutional layers.
13
-
*Performs fast operations on batched graphs.
14
-
*Makes it easy to define custom graph convolutional layers.
8
+
A graph neural network library for Julia based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl). It's features include:
9
+
10
+
*Integratation with the JuliaGraphs ecosystem.
11
+
*Implementation of common graph convolutional layers.
12
+
*Fast operations on batched graphs.
13
+
*Easy to define custom layers.
14
+
*CUDA support.
15
15
16
16
## Installation
17
17
@@ -28,4 +28,4 @@ Usage examples can be found in the [examples](https://github.com/CarloLucibello/
28
28
29
29
## Acknowledgements
30
30
31
-
A big thank you goes to @yuehhua for creating [GeometricFlux.jl](https://github.com/FluxML/GeometricFlux.jl) of which GraphNeuralNetworks.jl is a radical redesign.
31
+
A big thanks goes to @yuehhua for creating [GeometricFlux.jl](https://github.com/FluxML/GeometricFlux.jl) of which GraphNeuralNetworks.jl is a radical redesign.
0 commit comments