robbiebarrat / rapping-neural-network

Rap song writing recurrent neural network trained on Kanye West's entire discography
1.04k stars 167 forks source link

Freezing on "word-by-word" #8

Closed outscrape closed 7 years ago

outscrape commented 7 years ago

Using the following info I'm getting no progression (waited several hours) on a 300kb lyrics.txt file. Line by line works fine.

training = 0 epoch = 100 word_by_word = 1

Any suggestions on changes I could make?

robbiebarrat commented 7 years ago

Upload the lyrics file so I can see what the issue is - I know it has to do with the Markov chain, but once you send me the lyrics I'll be able to make an appropriate bugfix. Sorry for the inconvenience.

robbiebarrat commented 7 years ago

Just updated deeprap.py - issue was with the Markov chain building a text model. It wasn't getting the newline delimits correctly - fixed now though. Sorry again!