In this chapter, we learned about the Progressive Growing of GANs architecture and how to implement it. We learned how to increase variation by using minibatch standard deviation, along with how to normalize the generator and discriminator for training stability.
In the next chapter, we will learn about the generation of discrete sequences using GANs.