# Language Style Transfer in Pytorch
This repo contains the pytorch code of the following paper.

"Style Transfer from Non-Parallel Text by Cross-Alignment". Tianxiao Shen, Tao Lei, Regina Barzilay, and Tommi Jaakkola. NIPS 2017. arXiv

Original code is in Tensorflow and can be found [here]("Style Transfer from Non-Parallel Text by Cross-Alignment". Tianxiao Shen, Tao Lei, Regina Barzilay, and Tommi Jaakkola. NIPS 2017. arXiv)


virtual-env

source torch-env/bin/activate


## Dependencies
```
PyTorch Build: Stable(1.6.0)
Python: 3.8.3
CUDA: 10.2
```