Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks
Paper
•
1511.06434
•
Published
•
2
This repository contains a Deep Convolutional GAN (DCGAN) trained on the MNIST dataset. The model generates handwritten-like digit images from random noise.
The model implementation is based on the paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks.
The included Gradio app allows you to generate new MNIST-like images using the pre-trained model.
pip install -r requirements.txt
python app.py
This model was trained for 25 epochs on the MNIST dataset using PyTorch. For optimal results, the model checkpoint from epoch 21 is used for inference, as it produced the most realistic images without mode collapse.