MusicGenerator icon indicating copy to clipboard operation
MusicGenerator copied to clipboard

Can not run in tensorflow version 1.+

Open HuiZhangDB opened this issue 6 years ago • 3 comments

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].

HuiZhangDB avatar May 23 '18 12:05 HuiZhangDB

Hello, did you solve the problem? I ran into the same problem recently.

Wang4758 avatar Sep 01 '18 12:09 Wang4758

the same as me

chenbokaix250 avatar Sep 02 '18 15:09 chenbokaix250

get the same problem

Sylvia6 avatar Apr 24 '19 10:04 Sylvia6