DCGAN implementation to generate fake images.
Real MNIST Samples | Fake MNIST Samples |
---|---|
![]() |
![]() |
Real CelebA Samples | Fake CelebA Samples |
---|---|
![]() |
![]() |
Install the sources with poetry install
.
Run tests with python -m pytest tests/
.
Get the CelebA dataset and unzip it.
In DCGAN.ipynb change celeba_path = "/your/path/to/img_align_celeba/"
to the adequate path.
Run the notebook.