🗂 Graph Learning Indexer: a contributor-friendly and metadata-rich platform for graph learning benchmarks. Dataloading, Benchmarking, Tagging, and more!
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.
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.