项目文件夹

文件
Hao Zhang 632d598c77 [Doc] Add readme to mxnet gat (#300)
* readme

* Update and rename README to README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-12-17 04:36:26 -08:00

467 B

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