StyleGAN.pytorch
StyleGAN.pytorch copied to clipboard
Generate samples colors all messed up
I'm trying to generate some samples from generator that I already trained.
While training, I got ok results like these:

But when I try to generate samples I got samples with colors all messed up

Same problem here!!
Same problem here!!
Found a fix ! Use the adjust_dynamic_range function in generate_grid.py before saving the image
Still have the same problem :( Did you change something in the adjust_dynamic_range function?
Same problem here!! Is there any one found how to fix that?