Best options for Graph Neural Network integration with Flux

Hello!

I built a library that utilizes GraphNeuralNetworks.jl and Flux.jl, but the GraphNeuralNetworks.jl tests are currently failing in Julia 1.12 (and the same failure is causing my custom library to crash when used). I am wondering if anyone has had similar problems, or if anyone has suggestions on alternatives that are compatible with Flux. I am also aware of GeometricFlux.jl but I was under the impression that GraphNeuralNetworks.jl is the best maintained library in this domain that is compatible with Flux.

Thanks for your help!

FYI I submitted a Github issue regarding the test failures here.

1 Like

I am also very curious how we can resolve this issues. Any suggestions will be highly appreciated. Thank you!