Replies: 1 comment 5 replies
-
I think you can still use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how can I find the dropped edges after using
dropout_edge
? Ifforce_undirected=False
, it is easy:dropped_edges = original_edge_index[:, ~edge_mask]
But if
force_undirected=True
, how can I find the dropped edges? Thanks.Beta Was this translation helpful? Give feedback.
All reactions