Replies: 2 comments 2 replies
-
That shouldn't be the case. Can you show me an example of your model? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This issue is closed. The tensorboard losses were different than the model losses. |
Beta Was this translation helpful? Give feedback.
0 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 have a GNN model that in eval mode is giving ~10 larger loss than in training. The training set and the test are the same. The model does not do dropout, batchnorm or any other layer that could affect eval/train differences. At least not that I can think of. Has anyone experienced something like this w/ pytorch-geometric?
Thanks
p.s. model details, I'm taking a graph at time t and predicting all of the node features at time t+1.
Beta Was this translation helpful? Give feedback.
All reactions