A PyTorch implementation of the paper: Learning Generative ConvNets via Multi-grid Modeling and Sampling
(1) Download the code as a zip file and extract it (2) Copy the training data into ./data/dataset_name (3) Run the code
python main.py --dataset_name dataset_name
PyTorch(>0.1.12). You can install it here.
Prateek Malhotra
Ruiqi Gao
You can find the official tensorflow implementation here.