voidism / Transformer_CycleGAN_Text_Style_Transfer-pytorch

Implementation of CycleGAN for Text style transfer with PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of CycleGAN for Text style transfer with PyTorch.


Languages

Language:Python 100.0%