Hacker News new | ask | show | jobs
by xvilka 1789 days ago
I didn't check the library yet, asking here in case of the quick answer - does it support GNN too via GeometricFlux.jl[1]?

[1] https://github.com/FluxML/GeometricFlux.jl

1 comments

You would have to add a learning method to tell it how to encode/decode graph data, but the framework is agnostic to the model choice. So any Flux model is supported.
Thanks! Understood.