Skip to content

harshita-555/WGAN_GP_cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generating Cats using WGAN_GP

This is a Pytorch implementation of Wasserstein GANs with gradient penalty.
Link to the paper is : https://arxiv.org/pdf/1704.00028.pdf

We are using a Dataset consisting of around 15,700 images of cats, and then generating pictures of cats .The hyperparameters such as learning rate, n_critic, beta1, beta2 are assigned the same values as mentioned in the paper . The noise dimension is set to 100 as suggested in the paper.

Results

iteration_1 :

img

iteration_10000 :

img

iteration_17000 :

img

iteration_25000 :

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published