Skip to content

DCGAN Discriminator structure problem #4

@zzsyjl

Description

@zzsyjl

Thank you for sharing this code!

I am confused by the structure of the 5th conv layer of the DCGAN Discriminator.

In your code, the kernel size of this layer is "kernel_size + 1", which is 5. While the input of this layer is of size 6x6.

I think you should set the kernel size to 6, which is corresponding to the first layer of the Generator, where the conv_transpose uses a kernel size of 6.

Or, maybe you have a good reason to deliberately set the kernel size to 5? If so, could you please make an explanation? Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions