enriqueav / lstm_lyrics

LSTM text generation by word. Used to generate lyrics from a corpus of a music genre.
https://medium.com/@enriqueav/word-level-lstm-text-generator-creating-automatic-song-lyrics-with-neural-networks-b8a1617104fb
MIT License
80 stars 27 forks source link

Remove two layer model #4

Closed enriqueav closed 6 years ago

enriqueav commented 6 years ago

Remove the parameter SIMPLE_MODEL and the possibility of a two layer LSTM model. I have run some tests, and it only increases the training time, without a real improvement in accuracy. Also, in only complicates the explanation.