tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.35k stars 1.96k forks source link

TF 2.0+ #462

Open rafaleo opened 4 years ago

rafaleo commented 4 years ago

Are there any chances to get it updated to tensorflow 2.0 or above? Sadly, This is the only working tf version on my machine.

Cheers!

sayak1711 commented 4 years ago

Use this script to upgrade each code to tf2 version https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/compatibility

luozhouyang commented 4 years ago

Here is a tutorial from tensorflow, using tf 2.x: nmt_with_attention