tensorflow / nmt

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

How apply tensorflow serving for NMT? #214

Closed humanely closed 6 years ago

humanely commented 6 years ago

Hi,

I have read the serving methods mentioned in readme, but those are batch file based. Is there a reference implementation to serve NMT using TF serving? I want to serve translations online via api calls.