Face Generation with nVidia StyleGAN and Python (7.3)

It can take considerable training effort and compute time to build a face generating GAN from scrarch. nVidia StyleGAN offers pretrained weights and a TensorFlow compatible wrapper that allows you to generate realistic faces out of the box. StyleGAN does require a GPU, however, Google CoLab GPU works just fine, as this video demonstrates. Code for This Video: Course Homepage:
Back to Top