MusicGenerator
MusicGenerator copied to clipboard
Can not run in tensorflow version 1.+
tf.nn.seq2seq.rnn_decoder is no longer used in tensorflow 1.+, I changed it to tf.contrib.legacy_seq2seq.rnn_decoder but still did not work: ValueError: Dimensions must be equal, but are 1024 and 525 for 'rnn_decoder/KeyboardCell/Decoder/Decoder/multi_rnn_cell/cell_0/basic_lstm_cell/MatMul_1' (op: 'MatMul') with input shapes: [64,1024], [525,2048].
Hello, did you solve the problem? I ran into the same problem recently.
the same as me
get the same problem