Replies: 1 comment 9 replies
-
Did you ensure that |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am doing classification on bipartite Graphs on custom data and achieved a accuracy of ~97% while training with a batch size of 32.
However, I have realized that when i am testing that I one the one hand get different results depending on the batch_size I use in the Dataloader and on the other hand I get different results on the SAME instance depending on whether it is the first element in the batch or not. I.e. if I do a batch of 3 with the same instance, instance 2 und 3 will have the same result. This is also the case for untrained models see below.
My Network architecture is:
A shortest example would be something like this I suppose:
Hope someone has a idea what is going on...
Beta Was this translation helpful? Give feedback.
All reactions