Skip to content

about Generator and Discriminator output size #71

Description

@ArsenalCheng

Hi, thanks for your excellent work!

When I ran the training code, I found that the output size is 2626 (input size is 6464). According to the paper, the output size should be half of the input size. And I check the Generator's code, I found that no "padding" initialization. If I set padding=3 in the first layer(kernel size =7) and so on. The output size of Generator is 32*32. I wonder if my solution is right.

Looking forward to your reply.

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