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 ```