项目文件夹

文件
Da Zheng 94ecb8eb96 [BUGFIX] copy graph index to shared memory. (#634)
* copy graph index to shared memory.

* fix.

* fix.

* fix.

* use a diff name for in-csr and out-csr.

* fix lint.

* remove print.

* add test.

* add comments.
2019-06-12 01:32:25 -07:00
..
2019-06-08 21:41:38 -04:00
2019-05-23 10:38:05 +08:00
2018-12-17 04:36:26 -08:00
2018-06-14 21:37:43 -04:00

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