clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.5k stars 659 forks source link

Sample mode outputs are all the same #105

Open jaker34 opened 3 years ago

jaker34 commented 3 years ago

Since the latest update that allows multiple gpu's during training, I'm having issues when I run sample mode with my saved checkpoints. All images look almost identical to the reference image, no matter what the source image looks like. Is anyone else having this issue with recently trained models?

sajjadafridi commented 3 years ago

Hi, i have the same issue after training. In the sample mode, the reference images and the source images are the same. I don't know why it behaves like this.