robbiebarrat / rapping-neural-network

Rap song writing recurrent neural network trained on Kanye West's entire discography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

max() arg is an empty sequence error when generating rap

Fqlox opened this issue · comments

commented

Hi,
I got this error when I try to generate rap with my custom training data.

Traceback (most recent call last): File "documented_model.py", line 412, in <module> main(depth, train_mode) File "documented_model.py", line 405, in main rap = vectors_into_song(vectors, bars, rhyme_list) File "documented_model.py", line 356, in vectors_into_song max_score = max(fixed_score_list) ValueError: max() arg is an empty sequence

Do you have an Idea of where it come from ?

Thanks in Advance.

Same issue. I will check back and update if I find out what is going on.

Hello, have you found anything ? I also have the same issue. Thank you

well, fuck, still nothing..?