Table of Contents
This repo is the unofficial pytorch implementation of MNIST and CelebA image generating using Deep Convolutional Generative Adversarial Network (DCGAN)
see requirements.txt
- Clone the repo
- Install the requirements
- If training on CelebA dataset, add kaggle.json to the root directory by following the instructions here
- Run the following command to train the model
python ./train.py --dataset [MNIST/CelebA]This project is licensed under the MIT license.
See LICENSE for more information.
https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/GANs/