GAN Model Architectures
Get familiar with the ResNet GAN architecture and the process of implementing the generator and discriminator.
We'll cover the following
The following section will discuss alternative GAN model architectures for the discriminator and generator.
ResNet GAN
In its simplest form, a ResNet network is a network with residual layers. A residual layer is a layer in which the layer input is added to the layer output. This connection from the layer input to the layer output is called a residual connection, as illustrated in the
Get hands-on with 1400+ tech skills courses.