Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkerboard pattern in decoder output for 256x256 input #8

Open
zimonitrome opened this issue Dec 8, 2020 · 3 comments
Open

Checkerboard pattern in decoder output for 256x256 input #8

zimonitrome opened this issue Dec 8, 2020 · 3 comments

Comments

@zimonitrome
Copy link

Hello!
I am currently using the discriminator only in a custom GAN but I am often noticing that the decoder output produces checkerboard patterns. Even when useful information is seen, the checkerboard appears on top.

image

@zimonitrome
Copy link
Author

Note: This is however without CutMix regularization.

@lucidrains
Copy link
Owner

@zimonitrome are you using your own custom generator?

@zimonitrome
Copy link
Author

@lucidrains Yes, I am using a U-Net generator as a cGAN. I tried adding both CutMix and gradient penalty (instead of previously using spectral normalization) but some networks just seem to collapse very quickly. I get that this is not really your concern since I am using a lot of custom setup 😛 but I was interested if you had noticed something similar with larger resolutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants