microsoft/Graphormer

train from scratch on molecule datasets

Open

#39 建立於 2021年11月30日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (376 fork)auto 404
good first issue

倉庫指標

Star
 (2,459 star)
PR 合併指標
 (PR 指標待抓取)

描述

Hello, I am trying to use Graphormer on other commonly used datasets from MoleculeNet (https://moleculenet.org/datasets-1) to check the performance, such as BACE, BBBP, etc. I have used the default hparams in the script of molhiv, but the results are horrible...

  1. May I know have you tried your model on these datasets without pretrained model? And do you have any suggestions on the hparams for these datasets if we want to train from scratch? I am trying to find out why the results are so bad...
  2. For molhiv without pretrained model, I have tried with the provided script in the examples folder, with not adding the "checkpoint_path" argument, and train for 100 epochs. But the best val score is only around 0.763 and the corresponding test score is only 0.636... I don't know what goes wrong... May I know have you tried to use Graphormer directly on molhiv without pretrained model? How is the performance? Thank you.

貢獻者指南