soumith / ganhacks

starter from "How to Train a GAN?" at NIPS2016
11.47k stars 1.67k forks source link

Any tricks for text embedding? #12

Closed zsdonghao closed 7 years ago

soumith commented 7 years ago

text GANs are an open problem. Waiting for the first text GAN to be successful. No tricks ;)

ethancaballero commented 7 years ago

SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient https://github.com/LantaoYu/SeqGAN https://arxiv.org/abs/1609.05473

ethancaballero commented 7 years ago

Improved Training of Wasserstein GANs https://arxiv.org/abs/1704.00028