tensorflow / nmt

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

some problems about source code #385

Open yangl326-Dylan opened 5 years ago

yangl326-Dylan commented 5 years ago

in model_helper.py, in the function create_eval_model, why the params of tf.contrib.data.TextLineDataset is the src_file_placeholder? image

yangl326-Dylan commented 5 years ago

what‘s the difference between infer_model and eval_model?