The script ende_client.py is an example of running interactive translations with a SavedModel:
1. Go into this directory, as assumed by the rest of the commands:
cd examples/serving/python2. Download the English-German pretrained model:
wget https://s3.amazonaws.com/opennmt-models/averaged-ende-export500k-v2.tar.gz
tar xf averaged-ende-export500k-v2.tar.gz3. Run the interactive client:
python ende_client.py averaged-ende-export500k-v2