Skip to content

assassint2017/Generative-model-using-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generative-model-GAN-VAE-using-pytorch

implement GANs and VAE using pytorch

GANs include DCGAN LSGAN WGAN WGAN-GP CGAN(use DCGAN architecture) VAE is from the paper Auto-Encoding Variational Bayes

in my code, i use MNIST to test the network, but its very easy to switch dataset of you own

here is result when i training DCGAN at 36 epoch

image

second are some humanface generate by WGAN-GP

the image use to train the WGAN is from baidu image

face1 face2 face3 face4 face5

next is the gif from training a VAE use MNIST datasset

leftside is the reconstruction image,middle is the training image, and rightside is the image generate from the noise gif

next is the result from training a CDCGAN use MNIST dataset, each row represent a class of digit digit

Releases

No releases published

Packages

No packages published

Languages