tensorflow / nmt

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

Question concerning <s> and </s> tokens #192

Closed ghost closed 6 years ago

oahziur commented 6 years ago

@nave01314 The inputs and outputs preparations are implemented in iterator_utils.py as linked in the tutorial.

Specifically, The decoder inputs and outputs are shifted here.