Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
T
TFM_AdrianAyusoMuñoz
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Disnet
GNNs
TFM_AdrianAyusoMuñoz
Commits
219aea77
Commit
219aea77
authored
Jun 29, 2023
by
ADRIAN AYUSO MUNOZ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing output comment.
parent
8c512719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
topN.py
topN.py
+2
-0
No files found.
topN.py
View file @
219aea77
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment