lvapeab / nmt-keras

Neural Machine Translation with Keras
http://nmt-keras.readthedocs.io
MIT License
533 stars 130 forks source link

Support of TensorFlow >=2.0 #116

Closed davidwilby closed 4 years ago

davidwilby commented 4 years ago

Hey, do you know if NMT-keras works with TF2 at this point?

lvapeab commented 4 years ago

Not at this point. We'll need to update the TF backend of MarcBS/keras to TF2 (using compat.v1 imports).

davidwilby commented 4 years ago

Okay, thanks @lvapeab that's what I suspected.