divelab / GOOD

GOOD: A Graph Out-of-Distribution Benchmark [NeurIPS 2022 Datasets and Benchmarks]
https://good.readthedocs.io/
GNU General Public License v3.0
180 stars 19 forks source link

An issue about GOOD-HIV dataset #3

Closed HoytWen closed 2 years ago

HoytWen commented 2 years ago

Hi there, I wonder is there any other difference between GOOD-HIV and mobg-molhiv except for the split setting? Because I found the dataset size of GOOD-HIV and ogbg-molhiv are equal (41127) and both of them are adapted from MoleculeNet so I assume the full set of them are the same at first. But if I pre-train a model on the ogbg-molhiv dataset and then finetune it on the GOOD-HIV dataset, an error will be reported. Is this because the node features of GOOD-HIV and ogbg-molhiv are different?

Screen Shot 2022-07-05 at 6 22 26 PM Screen Shot 2022-07-05 at 6 17 14 PM
CM-BF commented 2 years ago

Hi! The full set of GOOD-HIV is the same as the original one. Our node features follows PyG while OGB defines their node features OGB. I think it is the dilemma you may have to tackle.