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
42 stars 20 forks source link

Refactor `gli.io` #460

Closed xingjian-zhang closed 11 months ago

xingjian-zhang commented 1 year ago

Is your feature request related to a problem? Please describe. Current gli.io is more than 2k lines. We want to break the code into multiple files for easier maintenance.

Describe the solution you'd like Convert io into a submodule. Every original function should live in separated files.