Note that this script will consider frontal faces only (but all illumination conditions).
Generated samples will be saved after each training epoch. You can specify where to write
images using the ``--output-dir`` option (default to ``./dcgan``).
Here are some examples of saved images.
.. figure:: img/dcgan-multipie-epoch-1.png
:align: center
After 1 epoch
.. figure:: img/dcgan-multipie-epoch-5.png
:align: center
After 5 epoch
.. figure:: img/dcgan-multipie-epoch-20.png
:align: center
After 20 epoch
.. todo:: script that samples from the model
.. [dcgan] *A.Radford, L. Metz, S. Chintala*. **Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks** Intl Conf. on Learning Representation, 2016. `arXiv <https://arxiv.org/abs/1511.06434>`__