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

Actual value of the test set #437

Closed mofulongm closed 10 months ago

mofulongm commented 1 year ago

Hello, I am currently working on my graduation thesis and using the dataset pcqm4m-v2. My task is actually similar to the KDDCUP challenge. I have encountered a problem now, which is that if I train the model based on the dataset you divided, I can only calculate the MAE of my model on the validation set. However, I need to know how the MAE is on the test set, which can be found on the dataset you provided, The HOMO-LUMO energy gaps corresponding to the test set are all nan. May I ask if it is convenient for you to provide me with the actual values of the test set?

weihua916 commented 10 months ago

For the test set, you will need to submit your prediction to our leaderboard.