Skip to content

This repo implements LS_GAN with LSUN church outdoor dataset

Notifications You must be signed in to change notification settings

caodinhduc/LS_GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo implements LS GAN with training dataset is LSUN dataset(church outdoor)

it contains:

  1. data_loader.py supports pytorch data loader
  2. model.py defines generator and discriminator
  3. train.py
  4. 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:

Generator

Discriminator

Several generations:

Fake images example

Fake images example

About

This repo implements LS_GAN with LSUN church outdoor dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages