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
GraphNeuralNetworks is a geometric deep learning library for [Flux](https://github.com/FluxML/Flux.jl). This library aims to be compatible with packages from [JuliaGraphs](https://github.com/JuliaGraphs) ecosystem and have support of CUDA GPU acceleration with [CUDA](https://github.com/JuliaGPU/CUDA.jl). Message passing scheme is implemented as a flexbile framework and fused with Graph Network block scheme. GraphNeuralNetworks is compatible with other packages that are composable with Flux.
8
+
GraphNeuralNetworks (GNN) is a graph neural network library for Julia based on the [Flux.jl](https://github.com/FluxML/Flux.jl) deep learning framework.
9
9
10
-
Suggestions, issues and pull requsts are welcome.
11
10
12
11
## Installation
13
12
@@ -17,15 +16,15 @@ Suggestions, issues and pull requsts are welcome.
17
16
18
17
## Features
19
18
20
-
*Extend Flux deep learning framework in Julia and compatible with Flux layers.
0 commit comments