Does the preprocessed input feature in forward process affect the model performance? #9175
Replies: 1 comment
-
I close this question since my approach is totally wrong. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear PyG community,
Greetings, always thank you for your help.
I need your objective inspection of the model training process..
While I trained and validated the model, I recognized that the model always returned low evaluation scores (e.g., AUC, AUPR, F1-score) when I used real datasets or random values which means the model has not trained well.
The dataset is formed as below:
and the model is based on the simple
GAT
model.The training process is also simple. I just added the
edge_class
matching code.I guess that the for loop in the
forward
process evoked the problem since the simpler model without the for loop went better, but I'm not sure why the model couldn't train.Does the modified node feature (in my code, tmp_filled) affect to the model training?
If anyone knows how to deal with this problem, please let me know.
Thank you for reading the long question.
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions