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 494 forks source link

Seperate graphes when not restoring old dataset #79

Open kertase opened 6 years ago

kertase commented 6 years ago

The dataset generated from each run is added up to the old one instead of generating a new one for indepedent runs.