Mode Collapse

Learn about mode collapse, what it is, why it happens and how we can get rid of it.

What is mode collapse?

What we’ve just seen in the previous lesson is unfortunately a very common problem with GAN training called mode collapse.

In our MNIST example, we want the generator to be able to create images of all ten digits. When mode collapse happens, the generator ...