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.
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.