tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.11k stars 2k forks source link

train model on graph dataset #154

Open rann1018 opened 4 years ago

rann1018 commented 4 years ago

Hi

Thanks a lot for your work.

I have a graph dataset in which each graph has its own adjacent matrix, feature matrix, and label matrix. How can I train the model on this kind of dataset?

tanjia123456 commented 4 years ago

Hi

Thanks a lot for your work.

I have a graph dataset in which each graph has its own adjacent matrix, feature matrix, and label matrix. How can I train the model on this kind of dataset? hi, have you known it?

yustiks commented 3 years ago

Hi

Thanks a lot for your work.

I have a graph dataset in which each graph has its own adjacent matrix, feature matrix, and label matrix. How can I train the model on this kind of dataset?

did you understand how to do it?