dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.36k stars 3k forks source link

[GraphBolt] mag240M example does not reach expected accuracies. #7737

Open mfbalin opened 2 weeks ago

mfbalin commented 2 weeks ago

🔨Work Item

IMPORTANT:

Project tracker: https://github.com/orgs/dmlc/projects/2

Description

Our graphbolt examples need to be able to match the accuracy of the mag240M reference implementation below. However, none of the DGL and the PyG hetero examples can match the 0.7 accuracy achieved in the reference implementation.

https://github.com/dmlc/dgl/tree/master/examples/pytorch/ogb_lsc/MAG240M

mfbalin commented 2 weeks ago

@frozenbugs @Rhett-Ying