Pytorch-cyclegan-and-pix2pix: CycleGAN convergence

Created on 24 Jul 2018  路  3Comments  路  Source: junyanz/pytorch-CycleGAN-and-pix2pix

Hi . Thanks for the wonderful explanation. I am new in GAN. And I have a question.
When I train cycleGAN, I found that the discriminator loss decreases and converges, but the generator loss always change not much. So, How to judge whether cycleGAN converges?

Most helpful comment

Many GAN losses do not converge at all (exception: WGAN) due to the nature of minimax optimization. Your loss curves look quite normal.

All 3 comments

Many GAN losses do not converge at all (exception: WGAN) due to the nature of minimax optimization. Your loss curves look quite normal.

Can you tell me what does GAN loss exploding signify and when does that happen?

Sometimes GAN loss might explode if you have an unusual training input (e.g., a white image). But it should be fine as long as the loss is reasonable for most of the times.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

John1231983 picture John1231983  路  3Comments

lyhangustc picture lyhangustc  路  5Comments

AllAwake picture AllAwake  路  5Comments

diaosiji picture diaosiji  路  3Comments

bill0812 picture bill0812  路  3Comments