Replies: 1 comment 9 replies
-
This is hard to tell, your dataset looks indeed quite small. Does the test performance actually increase over the number of epochs? What happens if you add some common regularization techniques? |
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.
-
Hi all,
Now I have a graph-level regression task. I have a dataset of 39 graphs, now I use 34 to train and 5 to test.
The model I use is GIN and I use two layers. I use a sum pooling to get the embedding of the whole graph.
The result on the test graphs is really bad. I am wondering if this dataset is too small for a graph-level task so the model generalizes badly.
Beta Was this translation helpful? Give feedback.
All reactions