mims-harvard / G-Meta

Graph meta learning via local subgraphs (NeurIPS 2020)
https://zitniklab.hms.harvard.edu/projects/G-Meta
119 stars 28 forks source link

Data version is out-of-date #3

Closed wzfhaha closed 3 years ago

wzfhaha commented 3 years ago

Dear authors,

The provided dataset can not be loaded with the newest DGL version. Could you provide a new version of that?
kexinhuang12345 commented 3 years ago

Hi, thanks for your interest in this project. please use the requirements.txt in the github in order to run the code. All the running scripts follow DGL 0.4.3post, so even if we change the dataset, the code would still not work. So the simple solution is to create a new virtual environment for this project using the requirements.txt.