Skip to content

An experimental implementation of NMT in tensorflow(Keras).

License

Notifications You must be signed in to change notification settings

naivenlp/naivenmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An experimental implementation of NMT in tensorflow(Keras).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages