Skip to content

amian3/project2_midterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project2_midterm

This is a cGANs demo for midterm, we use a simple DNN discriminator and generator with cGAN metedology to generator digital images from MNIST, here we use 50 epoch to train our model. We use a 100 dimensional random vector and a label from 0 to 9 as our input, the label will be embedded into a 10 dimensional vector and combined with the random vector, then generate the following images from 0 to 9. GAN_epoch0 GAN_epoch1 GAN_epoch2 GAN_epoch3 GAN_epoch4 GAN_epoch5 GAN_epoch6 GAN_epoch7 GAN_epoch8 GAN_epoch9

About

A cGAN demo of project2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages