microsoft / tf2-gnn

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

Test data unavailable #35

Closed canbooo closed 3 years ago

canbooo commented 3 years ago

Linked data for the test case in README.md does not seem to be available at

https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip

MarekPokropinski commented 3 years ago

I think the dataset can be downloaded from https://data.dgl.ai/dataset/ppi.zip. Someone please validate if data from this link works.

zhuyuecai commented 3 years ago

The data set from @MarekPokropinski works for master branch

NipunaChhabra commented 2 years ago

In the train_graph.json, there is "multigraph":"false"? But there are clearly 20 graphs, and the train_graph_id.npy file is also used, so why is this there, should my dataset also have these variables?