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

x tx files not opening

Atif-ub opened this issue · comments

Hi there are two things I want to ask . It can be a dumb question as I am new to it.

  1. x , tx files are not loading but no errors either .. I am using python 3.7.

  2. I want to run FastGCN on my own dataset. Is there any guide/steps how can I create my x,y,tx,ty,graph files from my own dataset ?

  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.