Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexge233 authored May 20, 2021
1 parent 36d22ea commit a2cfe9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

![Trump Fakes](results/make_trump_best.png)

An explanation of how DCGAN works, can be found here:

https://medium.com/@keisukeumezawa/dcgan-generate-the-images-with-deep-convolutinal-gan-55edf947c34b

PyTorch has also released a turorial:
https://pytorch.org/tutorials/beginner/dcgan_faces_tutorial.html

Similarly, code that runs the same way can be found here:
https://debuggercafe.com/implementing-deep-convolutional-gan-with-pytorch/

An experiment in DCGAN using Donald Trump's face as the dataset benchmark.
Feel free to change the parameters, add or remove Trump faces, etc.
This is more of a game to understand how GAN (and specificially Convolutional GAN) work,
Expand Down

0 comments on commit a2cfe9f

Please sign in to comment.