igul222 / improved_wgan_training

Code for reproducing experiments in "Improved Training of Wasserstein GANs"
MIT License
2.35k stars 668 forks source link

If I intend to calculate gradient penalty for two dataset in differet dimension, what should I do? #93

Open HelloWorldLTY opened 3 years ago

HelloWorldLTY commented 3 years ago

My GAN will produce two data with a different distribution (for eample, 20300->2010), therefore, is there any idea to calculate the gradient penalty for this part? Thanks.