CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

Added `remove_nodes` function #420

Closed rbSparky closed 3 months ago

rbSparky commented 3 months ago

This is the next step in successfully implementing Issue https://github.com/CarloLucibello/GraphNeuralNetworks.jl/issues/412 for which we will need to implement DropNode.

Can be merged after remove_edges is merged and conflicts are resolved.

rbSparky commented 3 months ago

Made required changes