dongjun-Lee / text-summarization-tensorflow

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

Model is not training from previous saved model. #45

Open amish123 opened 5 years ago

amish123 commented 5 years ago

I have a saved model from previous training but when I start my training it starts from the beginning.

SaiViswaSumanth commented 4 years ago

you should add an argument python3 train.py --with_model this will continue training from your previously saved checkpoint