TextGAN-PyTorch icon indicating copy to clipboard operation
TextGAN-PyTorch copied to clipboard

Can transformer be a generator?

Open fuweifu-vtoo opened this issue 4 years ago • 1 comments

I notice that generator the porject use is only LSTMGenerator, i wonder if a basic transformer can be a generator? Hope your response, thanks!

fuweifu-vtoo avatar Nov 10 '20 02:11 fuweifu-vtoo

Yes, it's possible. Tried in this paper and showed better results: https://www.aclweb.org/anthology/N18-1122.pdf also it has implementation with TensorFlow: https://github.com/ZhenYangIACAS/NMT_GAN

sunahmet avatar May 20 '21 22:05 sunahmet