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
i updated code for tensorflow 1.8. It works. @ghostPath, hopefully it helps
Though I am disappointed that it only works with a very limited and basic set of midi files. I tried with Jazz and classical pianos, none work yet. Rigid ragtimemusic does work.
change this in line 211, in model.py:
tf.nn.seq2seq.rnn_decoder
to:
tf.contrib.legacy_seq2seq.rnn_decoder
The text was updated successfully, but these errors were encountered: