Introduction
Pix2Pix is a popular style-transfer application that uses a Generative Adversarial Network (GAN) architecture. The ease of training the Pix2Pix architecture has made it a popular choice for researchers and end users around the world. In this chapter, you'll learn the basics of implementing this algorithm along with a simple training script.