node2vec example gives the same loss always #5428
MohamedEldafrawi2
started this conversation in
General
Replies: 1 comment 8 replies
-
I guess there must be something wrong with your training process, e.g., the model parameters are not updated during training. Could you please show more details so that I can dig into it? |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hi,
I was trying to run the node2vec example but I am always getting the same loss regardless how many epochs i have.
Epoch: 01, Loss: 1.3863, Acc: 0.1300
Epoch: 02, Loss: 1.3863, Acc: 0.1300
Epoch: 03, Loss: 1.3863, Acc: 0.1300
Epoch: 04, Loss: 1.3863, Acc: 0.1300
Epoch: 05, Loss: 1.3863, Acc: 0.1300
Epoch: 06, Loss: 1.3863, Acc: 0.1300
Epoch: 07, Loss: 1.3863, Acc: 0.1300
Epoch: 08, Loss: 1.3863, Acc: 0.1300
Epoch: 09, Loss: 1.3863, Acc: 0.1300
Epoch: 10, Loss: 1.3863, Acc: 0.1300
Epoch: 11, Loss: 1.3863, Acc: 0.1300
Epoch: 12, Loss: 1.3863, Acc: 0.1300
Epoch: 13, Loss: 1.3863, Acc: 0.1300
Epoch: 14, Loss: 1.3863, Acc: 0.1300
Epoch: 15, Loss: 1.3863, Acc: 0.1300
Epoch: 16, Loss: 1.3863, Acc: 0.1300
Epoch: 17, Loss: 1.3863, Acc: 0.1300
Epoch: 18, Loss: 1.3863, Acc: 0.1300
Epoch: 19, Loss: 1.3863, Acc: 0.1300
Epoch: 20, Loss: 1.3863, Acc: 0.1300
Epoch: 21, Loss: 1.3863, Acc: 0.1300
Epoch: 22, Loss: 1.3863, Acc: 0.1300
Epoch: 23, Loss: 1.3863, Acc: 0.1300
Epoch: 24, Loss: 1.3863, Acc: 0.1300
Could you please tell me what is the reason behind that?
Beta Was this translation helpful? Give feedback.
All reactions