GANs-in-Action / gans-in-action

Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
1.02k stars 422 forks source link

Chapter 8 Listing 8.4 CGAN Discriminator #10

Open youngsend opened 4 years ago

youngsend commented 4 years ago

Dear Authors, In the second and third Conv2D, input_shape=img_shape is provided. Since they are not the first layer in the Model, is input_shape necessary here?