martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.2k stars 725 forks source link

How can I use a loss as the stopping criteria in Wasserstein GAN? #78

Open RamziFsm opened 3 years ago

RamziFsm commented 3 years ago

Throughout the training step, the variation of generator loss and critic loss for 1000 epochs as following: a Does this variation look like correct? How can I use a loss as the stopping criteria in Wasserstein GAN? Can I use Generator loss or critic loss? Can I use the early stopping method? Thanks