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_edges` function #414

Closed rbSparky closed 3 months ago

rbSparky commented 3 months ago

This is the first step in successfully implementing Issue #412 for which we will need to implement DropEdge.

Tests added

rbSparky commented 3 months ago

Made all the changes

rbSparky commented 3 months ago

All fixes done

rbSparky commented 3 months ago

Does anything else need to be done in this PR?