davidtellez / dcgan_mnist64

Implementation of a Deep Convolutional Generative Adversarial Network to generate realistic MNIST digits at 64x64 resolution in Tensorflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGAN MNIST 64x64

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:

Artificial MNIST images Loss Discriminator output

Usage

  1. Launch jupyter notebook and browse to http://localhost:8888/
  2. Open [DCGAN MNIST tutorial.ipynb](DCGAN MNIST tutorial.ipynb)
  3. Run all to start training
  4. Use Tensorboard to monitor the training: tensorboard --logdir YOUR_DIR and browse to http://localhost:6006/

Requisites

References

About

Implementation of a Deep Convolutional Generative Adversarial Network to generate realistic MNIST digits at 64x64 resolution in Tensorflow.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%