Commit 219aea77 authored by ADRIAN  AYUSO MUNOZ's avatar ADRIAN AYUSO MUNOZ

Missing output comment.

parent 8c512719
......@@ -18,6 +18,8 @@ It filters the predictions so just new predictions are considered.
Input:
original: Graph.
pred: Edge predictions.
Output:
List of the new predictions.
"""
def filterPreds(original, pred):
headsO = original.edge_index[edge][0, :].long() # Heads of the original edges of the graph.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment