Edge Classification
#6572
-
Hi everyone! I wanted to do an edge classification model as I saw nothing online. I have some problems with it though, and Im not sure if the idea is correct. Any help would be appreciated.
and this is the training process and a simple example
I do get the |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 2, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sciencewu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edge_labels
need to be ofdtype=torch.long
.