The Pytorch version should keep the same with the TF version in terms of:
- exact the same interfaces of every module, including function arguments and
hparams
structures, etc - the same code structure, or even line-by-line correspondence whenever possible
- Texar follows Google Python Style Guide
- Make sure each line does not exceed 80 chars !
- Use .pylintrc to check code style
git clone https://github.com/ZhitingHu/texar-pytorch.git
cd texar-pytorch
pip install -e .