Skip to content
Discussion options

You must be logged in to vote

I think I found what I was doing wrong. The network was not learning because:

  • softmax function was averaging over the 1st dimension instead of the 2nd dimension for a binary classification where the output is (edges, 2).
  • the learning rate was too high (0.01) I changed it to be (lr = 5e-4).
  • I normalized vertex input features & position coordinates.
    now the loss starts at ~5.0 and decreased to 0.3 by epoch 6.
    Thank you rusty1s. cheers =)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tails1234
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tails1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants