GraphNeuralNetworks.jl icon indicating copy to clipboard operation
GraphNeuralNetworks.jl copied to clipboard

relax graph type restriction on layer inputs

Open CarloLucibello opened this issue 3 years ago • 0 comments

We can relax the g::GNNGraph restriction to g::AbstractGraph or remove it entirely to allow people to use the convolutional layers on their custom graphs if they want to

Related to the discussion in https://github.com/Chemellia/AtomicGraphNets.jl/issues/66

CarloLucibello avatar Sep 17 '21 12:09 CarloLucibello