Closed ApplePomme closed 3 years ago
@ApplePomme If i remember correctly, GAN variants do not do well when you are overtraining it. Try training it under 60 epochs, and with less than batch size of 8.
Unlike image recognition network, GAN performance does not get improved with too much epoch and larger batch size.
The center is black even after huge epoch with cycleGAN.
Original code without any modification.
Hope someone can point out my running errors.