hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 493 forks source link

Pause training #77

Open Sam1370 opened 6 years ago

Sam1370 commented 6 years ago

I want to be able to pause training.

flexwie commented 6 years ago

Just cancel and restart by using the --init_from flag and corresponding directory