TobiasLee / MTA-LSTM-TensorFlow

TensorFlow reimplementation of Topic-to-Essay Generation with Neural Networks.
https://tobiaslee.top/2018/11/02/customized-RNN-cell/
70 stars 24 forks source link

Some question about the evaluation part. #4

Closed caoxu915683474 closed 5 years ago

caoxu915683474 commented 5 years ago

Hi ! TobiasLee. Thanks for sharing this good work! I got some problem with the evaluation part. I read your evaluation.py and found that you didn't restore the model. Maybe I am not right, can you help me? Thank you!

TobiasLee commented 5 years ago

Yes. It seems that I deleted the code of restoring the model. I will add it to the evaluation.py. Thanks for the notification~