Best loss for selecting node or edge? #4450
Unanswered
antoni4040
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You can also apply a softmax in the node dimension via |
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to use GNNs to eventually select a single node or edge as the "best" for a given scenario. I'm currently doing it with BCELoss and I was wondering if anyone has tried a better method, as it can get somewhat unbalanced I think (all 0 except a single 1).
Beta Was this translation helpful? Give feedback.
All reactions