Replies: 1 comment 1 reply
-
The reverse edges are ones that you want to be thought of as the equivalent of the forward edge so that they are sampled together. If you don't have reverse edges you can ignore this, if you do have reverse edges you should include this. If some have reverse and others don't you can provide none, so in your case you could have
|
Beta Was this translation helpful? Give feedback.
1 reply
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:
I have a direct HeteroData,and I want to use RandomLinkSplit to split this dataset,but I don't know the "rev_edge_types" param should be?
I read the source code, find the length of edge_types should equal to rev_edge_types
if the edge_types is
what should the rev_edge_types is?
Beta Was this translation helpful? Give feedback.
All reactions