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.

贡献者指南