/naivenmt

An experimental implementation of NMT in tensorflow(Keras).

Primary LanguagePythonApache License 2.0Apache-2.0

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