Transformer_CycleGAN_Text_Style_Transfer-pytorch
Implementation of CycleGAN for Text style transfer with PyTorch.
CycleGAN Architecture
Model Detail
- We simply use softmax weighted sum over all word vectors to overcome the discrete gradient issue in GAN training process.