tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.05k stars 1.99k forks source link

Data Create #200

Open doublemanyu opened 2 years ago

doublemanyu commented 2 years ago

Hi, thanks for your wonderful work. I have a question about the creation of data. If I know the label and feature of dataset, haow to generate the file like ind.cora.graph?

DuanhaoranCC commented 2 years ago

If you just need to be the input of graph neural network, you don't have to stick to these specific files.