Skip to content

implementations of GAN by pytorch and comparing different versions

License

Notifications You must be signed in to change notification settings

HosseinDahaei/Pytorch-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-GAN

Implementations of GAN by pytorch and comparing different versions Of course, there are lots of official implementations but I found these simple codes good for learning and playing 🙂

01 . Simple GAN using just a fully connected layer

we are just trying to generate the digit "4" for simplification but just fully connected layers output wasn't that good!

11

02 . Deep Convolutional GAN

image

03 . Simple Conditional GAN

image

About

implementations of GAN by pytorch and comparing different versions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published