Implementation of Deep Convolutional Generative Adversarial Networks to generate realistic MNIST digits at 64x64 resolution in Tensorflow. After 40 epochs of training, you should get these results:
- Launch
jupyter notebook
and browse tohttp://localhost:8888/
- Open [DCGAN MNIST tutorial.ipynb](DCGAN MNIST tutorial.ipynb)
- Run all to start training
- Use Tensorboard to monitor the training:
tensorboard --logdir YOUR_DIR
and browse tohttp://localhost:6006/
- Anaconda Python 3.5
- Tensorflow 0.12.0-rc1
- GPU for fast training (although CPU-only is supported)