Skip to content

davidtellez/dcgan_mnist64

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published