CarloLucibello / GraphNeuralNetworks.jl

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

Add `drop_edge` transform #419

Open rbSparky opened 3 months ago

rbSparky commented 3 months ago

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

This PR can be merged after PR #414 is merged.

rbSparky commented 3 months ago

Will rebase

rbSparky commented 1 week ago

There seems to be some issue while testing:

Test Summary:      | Pass  Error  Total  Time
GNNGraphs/sampling |    7      1      8  1.9s
  sample_neighbors |    7      1      8  1.9s
ERROR: LoadError: Some tests did not pass: 7 passed, 0 failed, 1 errored, 0 broken.

edit: fixed after rebase, should be ready for merge