microsoft / Graphormer

Graphormer is a general-purpose deep learning backbone for molecular modeling.
MIT License
2.14k stars 337 forks source link

Performance of Graphormer on traditional GNN benchmarks #44

Closed CurryTang closed 2 years ago

CurryTang commented 2 years ago

Hi! Thanks for your great work! I wonder how does Graphormer perform on some traditional GNN graph classification benchmarks (such as ones used in the original GIN paper). I've tried to apply Graphormer in my task, but the result is not very ideal without pre-training. Are pre-training and a large dataset necessary for the distinguished performance of Graphormer?

zhengsx commented 2 years ago

Good question. You may find some related discussions in #39 . Hope that will answer your question.