tensorflow / nmt

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

Fixed typo for potential crash when loading embedding from file. #201

Closed TaekSoonJang closed 6 years ago

TaekSoonJang commented 6 years ago

embed_file hasn't been defined in the scope of function def create_emb_for_encoder_and_decoder():

oahziur commented 6 years ago

The issue has been addressed by #202 . Thanks