tensorflow / nmt

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

Set beam search length penalty to 1.0 by default #206

Open bastings opened 6 years ago

bastings commented 6 years ago

Beam search has been shown to work much (much) better with this. I suggest we use it by default to help new users.

It is not part of the provided configs, either.