Category: Generative Adversarial Networks (GANs)

Implementing Deep Convolutional GAN (DCGAN) with PyTorch

Implementing Deep Convolutional GAN with PyTorch

In this tutorial, we will be implementing the Deep Convolutional Generative Adversarial Network architecture (DCGAN). We will go through the paper Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks first. This paper by Alec Radford, Luke Metz, and Soumith Chintala was released in 2016 and has become the baseline for many Convolutional GAN architectures […] ...