first commit

This commit is contained in:
kanxx030
2020-11-05 15:57:33 -06:00
commit 9c0ba4d4d9
+8
View File
@@ -0,0 +1,8 @@
# GANS and Deepfakes
A collection of GAN & Deepfake papers and repositories.
## GANs
- Vanilla GAN (paper)[https://arxiv.org/abs/1406.2661]
* Implementations
* Pytorch