Skip to content

MoCoMakers/gan_numpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Origional Project forked from: https://github.com/shinseung428/gan_numpy

Alternate examples are provided in the other_examples directory, with sources noted in the file comments.

GAN in Numpy

This is a very simple step by step implementation of GAN using only numpy.
Without the use of GPU, it takes too much time to generate all the numbers.
To get the result quickly using only CPU, I suggest working with one number.

What you can find

  • Vanilla GAN
  • Xavier Initialization
  • SGD

Requirements

  • Numpy
  • Opencv/PIL (to visualize/save results)

Network

network

Results

1 2 4 6 8 9

Author

Seung Shin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%