Painting portraits using GANs with Pytorch

Mohammad Abdin
Level Up Coding
Published in
7 min readApr 15, 2021

--

Implementing a DCGAN model using feature matching and random image augmentation to generate artworks.

I only recently got introduced to the concept of Generative Adverserial Networks, so I started looking around what other researchers and institutions were able to achieve using this technology. I was mainly attracted to the idea of art generation using GANs, so I started looking around what…

--

--