You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiya, I was just going through the repo. In regards to newer functions, when using randomlinksplit. There is a parameter within split_labels which when =True will give you distinct "pos_edge_label" and "neg_edge_label".
After having a look at tutorial 6 , test function should look something like this:
In tutorial 6 if we use the randomlinksplit how does train_pos_edge_index get handled later in the code?
Does this line become:
train_pos_edge_index = train_data.edge_index.to(device)
?And how is the test function redefined? If we don't have pos edges nor neg edges, then can you describe what happens to the test function?
The text was updated successfully, but these errors were encountered: