https://github.com/yunjaechoi/dlfnd-generatefaces
https://github.com/yunjaechoi/dlfnd-generatefaces
gan udacity-deep-learning
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yunjaechoi/dlfnd-generatefaces
- Owner: YunjaeChoi
- Created: 2018-03-03T13:07:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T02:03:21.000Z (over 7 years ago)
- Last Synced: 2025-01-19T18:48:11.855Z (9 months ago)
- Topics: gan, udacity-deep-learning
- Language: Jupyter Notebook
- Size: 3.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DLFND-GenerateFaces
GAN in tensorflow 1.4 on MNIST dataset and CelebA dataset. Part of Udacity DLFND.[image1]: ./output_images/output_mnist1.png "Output_mnist1"
[image2]: ./output_images/output_mnist2.png "Output_mnist2"
[image3]: ./output_images/output_celeba1.png "Output_celeba1"
[image4]: ./output_images/output_celeba2.png "Output_celeba2"
[image5]: ./output_images/output_celeba3.png "Output_celeba3"Sample results:
- MNIST GAN outputs (epoch 2)![alt text][image1]
![alt text][image2]- CelebA GAN outputs (epoch 1)
![alt text][image3]
![alt text][image4]
![alt text][image5]