microsoft / tf2-gnn

TensorFlow 2 library implementing Graph Neural Networks
MIT License
369 stars 73 forks source link

Dataset about the model "GraphBinaryClassificationTask" #12

Closed HuantWang closed 4 years ago

HuantWang commented 4 years ago

Hello, I have some questions about your graph classification model:"GraphBinaryClassificationTask": About dataset case: could you support a data set for me to run a sample about this model, because I still don’t understand what kind of input will not give an error after reading readme. (My data set is that lots of graphs and each has lots of nodes(may be a NM), and multiple types of edges(NN), and each graph has a label.) I really hope you can support a case of the data set to help me with the data preprocessing work.Thank you very much!