24 lines
469 B
Markdown
24 lines
469 B
Markdown
MoNet
|
|
=====
|
|
|
|
- paper link: [Geometric deep learning on graphs and manifolds using mixture model CNNs](https://arxiv.org/pdf/1611.08402.pdf)
|
|
|
|
Dependencies
|
|
============
|
|
|
|
- pytorch 1.1+
|
|
|
|
Results
|
|
=======
|
|
|
|
## Citation networks
|
|
Run with following (available dataset: "cora", "citeseer", "pubmed")
|
|
```bash
|
|
python3 citation.py --dataset cora --gpu 0
|
|
```
|
|
|
|
- Cora: ~0.816
|
|
- Pubmed: ~0.763
|
|
|
|
## Image classification:
|
|
- please refer to [model_zoo/geometric](../model_zoo/geometric). |