tensorflow / nmt

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

saving checkpoint after fininshing an epoch and before decode/external evaluation #286

Open mdasadul opened 6 years ago

mdasadul commented 6 years ago

Save checkpoint before running an evaluation otherwise it will load last saved checkpoint(which is already evaluated!) during evaluation