Results 5 issues of Fatima

Great job! I was wondering how I can do normalization for D^-1*A?

Hi guys! I hope any of you happen to know why in line 88 of train.py, while it tries to specifies test mode, we see these line: def test(): model.eval()...

Dear Kipf, Congrats for your wonderful work and well-written code. It is a couple of weeks I have started analying your code and found it a perfect reference for my...

In the module named "MODELS" : class GCN(nn.Module): def __init__(self, nfeat, nhid, nclass, dropout): but the values of these paramters are not specified in the code. I am confused how...

Dear Thomas, Sorry if my question is a bit silly but I need to make sure I understand all details since your work is my cornerstone of GCNN and I...