FastGCN icon indicating copy to clipboard operation
FastGCN copied to clipboard

Could you provide train loss visualize picture by tensorboard ? And the require files not full provided.

Open svjack opened this issue 6 years ago • 4 comments

I run the train_batch_multiRank_inductive_reddit_Mixlayers_sampleA.py The data process procedure is complete by the transferRedditDataFormat and transferRedditData2AdjNPZ in transformRedditGraph2NPZ.py which remove node without "val" in G (load by reddit.json) in transferRedditDataFormat the conclusion is not appropriate, the training loss not decrease uniformly with the training going on. So could you provide the generated reddit.npy reddit_adj.npy in google drive or other server ? Or tackle the node attribute problem ?

svjack avatar Jan 08 '19 05:01 svjack

reddit_adj.npz: https://drive.google.com/open?id=174vb0Ws7Vxk_QTUtxqTgDHSQ4El4qDHt

reddit.npz: https://drive.google.com/open?id=19SphVl_Oe8SJ1r87Hr5a6znx3nJu1F2J

Thanks for the comment. I will track the attribute problem when I get some free time.

matenure avatar Jan 08 '19 21:01 matenure

reddit_adj.npz: https://drive.google.com/open?id=174vb0Ws7Vxk_QTUtxqTgDHSQ4El4qDHt

reddit.npz: https://drive.google.com/open?id=19SphVl_Oe8SJ1r87Hr5a6znx3nJu1F2J

Thanks for the comment. I will track the attribute problem when I get some free time.

Thank you to your reply.

svjack avatar Jan 11 '19 08:01 svjack

I face the same problem. Even if I modify the preprocess program to avoid bugs, I finally get a 0.146 validation accuracy on the preprocessed data...

xz-keg avatar Apr 23 '19 16:04 xz-keg

@aviczhl2 exactly same problem here.. could you figure out what should be done to reproduce the experiment?

thalesogoncalves avatar May 14 '21 17:05 thalesogoncalves