Training GANs

Our main goal is for the generator to produce realistic images and the GAN framework is a vehicle for that goal. We'll train the generator and the discriminator separately and sequentially (one after the other), and alternate between the two phases multiple times.

Before going into more detail, let's use the following figure to introduce some notations:

  • We'll denote the generator with , where are the network weights, and is the ...

Get Python Deep Learning - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.