Skip to content

classicsong/dgl-graphloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dgl-graphloader

License

Documentation

DGL GraphLoader is a light weight library helping load dataset into DGL Graph. It provides a banch of APIs to load graph structures, vertics features, edge features, and training/validation/testing ground truth labels into a DGL Graph. The package is implemented on the top of Deep Graph Library.

A Quick Start

To install the latest version of DGL GraphLoader run:

sudo pip3 install dgl
cd python
python3 setup.py install

License

This project is licensed under the Apache-2.0 License.

About

Graphloader utils to load raw dataset into dgl graph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages