snap-stanford / ogb

Benchmark datasets, data loaders, and evaluators for graph machine learning
https://ogb.stanford.edu
MIT License
1.89k stars 397 forks source link

Regarding the train/validation splits #214

Closed Ana-hita closed 3 years ago

Ana-hita commented 3 years ago

Hi,

I was wondering if you have trained the networks over a fixed train and validation sets for 10 times, and not 10 different splits.

Looking forward to your reply, and thanks.

weihua916 commented 3 years ago

That's what we did. We have a single official split, over which we trained 10 models with 10 different random seeds.

Ana-hita commented 3 years ago

thank you for the fast reply. :)