GraphNeuralNetworks.jl
GraphNeuralNetworks.jl copied to clipboard
relax graph type restriction on layer inputs
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