You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: