Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

File metadata and controls

11 lines (8 loc) · 395 Bytes

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.