matenure / FastGCN

The sample codes for our ICLR18 paper "FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling""

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files not matching with instructions

anuragsodhi opened this issue · comments

Hi
Thanks for the awesome work. Could you please update the instructions for running the code, files in the readme donot correspond to the .py files in the github

Thanks
Anurag

Thank you for your comment. I have updated the readme file and added two missing files.

Thanks for that. Also what is the difference between train_batch_multiRank_inductive_reddit_Mixlayers_sampleBatch.py
and
train_batch_multiRank_inductive_reddit_Mixlayers_sampleA.py

the "q" is different. sampleBatch selected elements from all columns while sampleA selected elements only from nonzero columns.