Ayush-Kaushal / ConditionalGAN-MNIST

Generating handwritten digits using Conditional GAN in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConditionalGAN-MNIST

Generating handwritten digits using Conditional GAN in PyTorch.

Dataset

Dataset used in MNIST which consists of 60k images of handwritten digits.

@article{lecun2010mnist,
  title={MNIST handwritten digit database},
  author={LeCun, Yann and Cortes, Corinna and Burges, CJ},
  journal={ATT Labs [Online]. Available: http://yann.lecun.com/exdb/mnist},
  volume={2},
  year={2010}
}

Training Results

GeneratedResult_Animation

About

Generating handwritten digits using Conditional GAN in PyTorch.


Languages

Language:Jupyter Notebook 100.0%