dmlc--dgl
ca2a7e1ca1
* enable cython * add helper function and data structure for void_p vector return * move sampler from graph index to contrib.sampling * WIP * WIP * refactor layer sampling * pass tests * fix lint * fix graphsage * remove comments * pickle test * fix comments * update dev guide for cython build
Model Examples using DGL (w/ MXNet backend)
use DGLBACKEND=mxnet to use MXNet as DGL's backend
Examples:
DGLBACKEND=mxnet python gcn_batch.py --dataset cora
DGLBACKEND=mxnet python gat_batch.py --dataset cora
Each model is hosted in their own folders. Please read their README.md to see how to run them.
To understand step-by-step how these models are implemented in DGL. Check out our tutorials