IMvision12 commited on
Commit
63d155e
1 Parent(s): f106ddf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ Space link : [Demo](https://huggingface.co/spaces/keras-io/WGAN-GP)
12
  ## Wasserstein GAN (WGAN) with Gradient Penalty (GP)
13
 
14
  Original Paper Of WGAN : [Paper](https://arxiv.org/abs/1701.07875)<br>
15
- Wasserstein GANs With with Gradient Penalty : [Paper](https://arxiv.org/abs/1704.00028)
16
 
17
  The original Wasserstein GAN leverages the Wasserstein distance to produce a value function that has better theoretical properties than the value function used in the original GAN paper. WGAN requires that the discriminator (aka the critic) lie within the space of 1-Lipschitz functions. The authors proposed the idea of weight clipping to achieve this constraint. Though weight clipping works, it can be a problematic way to enforce 1-Lipschitz constraint and can cause undesirable behavior, e.g. a very deep WGAN discriminator (critic) often fails to converge.
18
 
12
  ## Wasserstein GAN (WGAN) with Gradient Penalty (GP)
13
 
14
  Original Paper Of WGAN : [Paper](https://arxiv.org/abs/1701.07875)<br>
15
+ Wasserstein GANs With Gradient Penalty : [Paper](https://arxiv.org/abs/1704.00028)
16
 
17
  The original Wasserstein GAN leverages the Wasserstein distance to produce a value function that has better theoretical properties than the value function used in the original GAN paper. WGAN requires that the discriminator (aka the critic) lie within the space of 1-Lipschitz functions. The authors proposed the idea of weight clipping to achieve this constraint. Though weight clipping works, it can be a problematic way to enforce 1-Lipschitz constraint and can cause undesirable behavior, e.g. a very deep WGAN discriminator (critic) often fails to converge.
18