Tengfei Ma
Tengfei Ma
1. try python 2.7 2. we probably did not write codes transferring to x,y,tx... files; but you can refer to "transformRedditGraph2NPZ.py" for another format.
I tried the commented codes, and it seems to work, although we need to add a little bit codes... Anyway, I uploaded a new separate file "transformRedditGraph2NPZ.py" and validated it...
As I mentioned in other issues, the learning rate is one of the most important hyperparameters here. For cora, the best learning rate is 0.001. You can also increase the...
I am not sure of the reason. But probably the networkx version matters. The discussions in #3 may provide some useful information.
Interesting, you can find the fastgcn repo but cannot find my email (just in the paper)... Anyway, sorry for late reply. Here it is, I share it on onedrive so...
Early experiments were done using CPU only, so we just reported those results. We tried 1 GPU on PubMed data before, it is comparable to but slightly slower than 1...
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.
I did not fully understand your question. Not sure whether you want to convert the format of GraphSAGE into the format of FastGCN or inverse. Anyway, my suggestion is to...
It is in the folder "data"
Please check the new uploaded file "transformRedditGraph2NPZ.py"