Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 211 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 211 Bytes

naivenmt

NMT models in tensorflow 2.x.

requirements

  • tensorflow>=2.0.0

You can create an conda env:

conda create -n naivenmt python=3.6
conda activate naivenmt
pip install -r requirements.txt