README.md 239 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
VRGCN (control variate sampling)
================================

Paper: https://arxiv.org/abs/1710.10568

Run with

```bash
python3 train_cv.py --num-epochs 30
python3 train_cv_multi_gpu.py --num-epochs 30 --gpu 0,1,2,3  # multi-GPU
```