项目文件夹

文件
Mufei Li 2b77ad41e1 [Example] Fix GCMC (#2067)
* Fix

* Update data.py

* Update README.md

* Fix

Co-authored-by: Ubuntu <ubuntu@ip-172-31-1-5.us-west-2.compute.internal>
2020-08-19 20:58:57 +08:00
..
2020-08-19 20:58:57 +08:00
2020-08-19 08:45:29 +08:00
2020-08-01 19:25:50 +08:00
2020-08-18 17:48:38 +08:00
2020-08-19 00:05:15 +08:00
2020-08-01 19:25:50 +08:00
2020-08-01 19:25:50 +08:00
2020-08-19 10:44:10 +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