-
Hello all, I am pretty new to pyg and still getting accustomed to all the methods and models pyg has to offer. My task in hand is to create a heterogeneous graph with two nodes
I am not sure how to add features to expert nodes and in what type? Plus what model should I be using? I was following this tutorial and they use GAE wrapping a GCNEncoder model which gives me a constant 0.5 accuracy throughout all the epochs, and all the tensor values coming out of the model were 0 which means this is not working. I changed the GCNEncoder to GNN, using recon loss the AUC was highly fluctuating ranging from 0.10 to 0.9. I ran 20 epochs 100 times to notice the average AUC and it resulted in 0.53 which is highly low considering this model was trained just on node data without any attribute.
Any help would be greatly appreciated. I have the dataset with me in case anyone wants to reproduce. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
I just pushed this colab notebook to our documentation which seems 100% related to all your questions. Please take a look and let me know if it helps you! |
Beta Was this translation helpful? Give feedback.
I just pushed this colab notebook to our documentation which seems 100% related to all your questions. Please take a look and let me know if it helps you!