Training the discriminator

The loss of the discriminator network depends on how it performs on real images and how it performs on fake images generated by the generator network. The loss can be defined as: 

loss = maximize log(D(x)) + log(1-D(G(z)))

So, we need to train the discriminator with real images and the fake images generated by the generator network.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
13.58.116.51