Graph-Learning-Benchmarks / gli

🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
https://graph-learning-benchmarks.github.io/gli/
MIT License
40 stars 19 forks source link

fix missing _load in LinkPredictionTask #445

Closed jiaqima closed 1 year ago

jiaqima commented 1 year ago

Description

The LinkPredictionTask class missed the definition of _load() function. This PR fixed it.