The PyTorch implementation of cStyleGAN. The conditional StyleGAN for face progression/regression tasks.
The baseline model is StyleGAN: A Style-Based Generator Architecture for Generative Adversarial Networks Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA) https://arxiv.org/abs/1812.04948
The code is based on the GitHub repository: https://github.com/rosinality/style-based-gan-pytorch
Please check the file train_UTK_withMul.ipynb
.