This repo implements LS GAN with training dataset is LSUN dataset(church outdoor)
it contains:
- data_loader.py supports pytorch data loader
- model.py defines generator and discriminator
- train.py
- utils.py provides necessary libraries
Finally, in inference.py, you are able to run generator to create fake images, please check carefully several paths. I provided temporary checkpoint in folder "checkpoint/"
Model architectures:
Several generations: