igul222 / improved_wgan_training

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

The standard deviation of dataset in gen_toy #60

Closed gauss-clb closed 6 years ago

gauss-clb commented 6 years ago

In 25gaussians, stdev=2.828, in swissroll, stdev=7.5, in 8gaussians, stdev=1.414, how to get these standard deviation?

igul222 commented 6 years ago

They're from https://arxiv.org/abs/1606.00704 and https://arxiv.org/abs/1611.02163, respectively.