The discriminator network

The discriminator network for the Stage-II StackGAN is a series of downsampling layers, then a concatenation block, followed by a classifier. Let's write the code for each block.

Start by creating an input layer as follows:

input_layer = Input(shape=(256, 256, 3))
..................Content has been hidden....................

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