Skip to content

This is the code for our college project (Understanding GANs)

License

Notifications You must be signed in to change notification settings

Evil-Incorporated/basic-gans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-GANs

This is the code for our college project (Understanding GANs)

The code for the toy examples can be found here:

MNIST

Our code for training GANs on the MNIST dataset is a minor modification of pytorch-generative-model-collections by the author znxlwm

LSUN

We used a DCGAN to train on the LSUN outdoor church (as it was the smallest LSUN dataset), the architecture we implemented is exactly the same as mentioned in this paper Unsupervised representation learning with deep convolutional generative adversarial networks. It also contains the WGAN implementation for the church dataset that uses the DCGAN architecture

Cycle GAN

We used the code from PyTorch-CycleGAN to train our Cycle GAN on the monet2photo dataset, our modified Cycle GAN is also an almost idententical implementation of this with minor modifications to to implement the fused auto-encoders.

Fused encoder Cycle GAN

We modified the Cycle GAN to fuse the encoders to achive faster convergence at the cost of quality picture generation. Check the Reports folder to see the results.

About

This is the code for our college project (Understanding GANs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published