"src/diffusers/pipelines/pipeline_ddpm.py" did not exist on "d3e79144e6663e23afd3b7b732c12a767dfb68dd"
README.md 467 Bytes
Newer Older
1
2
# Model Examples using DGL (w/ MXNet backend)

3
4
5
6
7
8
9
10
11
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
```

12
13
14
15
16
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](https://docs.dgl.ai/tutorials/models/index.html)