项目文件夹

文件
Minjie Wang 9737b2700f [Model][Hetero] GCMC using new hetero APIs (#860)
* init

* rm data

* README

* fix rating values that are not decimal

* rm stale codes

* small fix

* upd

* rewrite decoder

* fix many

* many fix; performance matched

* upd; handle sparse input

* upd

* address comments

* more docstring; download data automatically

* shared param mode
2019-09-26 17:50:38 -04:00
..
2019-08-23 16:38:48 -04: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