PyTorch-GAN
PyTorch-GAN copied to clipboard
Dose it need to transfer pretrained discriminator when transfer learning for GAN?
I need to use transfer learning for gan. I wonder if the pretrained discriminator need to be transferred or is it ok to only transfer the pretrained generator?
I have the same doubt! and my dataset size is only 240 images
i think you need both, that's the point in adversarial learning. neither Generator nor Discriminator should beat each other by large margin, they both learn progressively