rdevon / BGAN

boundary-seeking generative adversarial networks
46 stars 10 forks source link

language generation? #2

Open youngjung-obsolete opened 7 years ago

youngjung-obsolete commented 7 years ago

Hi, thanks for sharing your work.

I am trying to follow your work in language generation but the code covers binary MNIST only. Could you share language version? or give me some hints to implement generator and discriminator including losses?

Best regards, Youngjung

youngjung-obsolete commented 7 years ago

probably I can refer to https://github.com/igul222/improved_wgan_training/blob/master/gan_language.py Thanks anyway :)