dongjun-Lee / text-summarization-tensorflow

Tensorflow seq2seq Implementation of Text Summarization.
MIT License
635 stars 196 forks source link

For training the model #43

Open JenuTandel opened 5 years ago

JenuTandel commented 5 years ago

Until how much epochs should I train the model? Because I have been used 5000 article training data and 2000 testing data. After 400 epochs I am not getting proper(It means not related to articles) summaries.

loongriver commented 5 years ago

the data you use maybe too small,you can use pre-trained model

JenuTandel commented 5 years ago

Thank u so much.