Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
288 stars 91 forks source link

format of graph datasets #16

Closed dionman closed 5 years ago

dionman commented 6 years ago

What is the format of the graph datasets used in the examples? Is the txt file the adjacency list of the graph?

Thanks

Hanjun-Dai commented 6 years ago

I've created a README for you: https://github.com/Hanjun-Dai/graphnn/blob/master/examples/graph_classification/data/README.md

txt is an adjacency list with extra label/tag information.