Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 677 Bytes

File metadata and controls

22 lines (16 loc) · 677 Bytes

Learning Generative ConvNets via Multi-grid Modeling and Sampling

A PyTorch implementation of the paper: Learning Generative ConvNets via Multi-grid Modeling and Sampling

Getting Started

(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 

Prerequisites

PyTorch(>0.1.12). You can install it here.

Authors

Prateek Malhotra
Ruiqi Gao

Resources

You can find the official tensorflow implementation here.