错误堆栈跟踪并不是直接的,这使得它更难理解。
在构建图表时,我得到了下面的错误。and 256 for 'decoding/decoder/while/BasicDecoderStep/decoder/multi_rnn_cell/cell_0/cell_0/basic_lstm_cell,512], [?,256].and 256 for 'decoding/decoder
以下是我的代码model.add(LSTM(128, input_shape=(None, 1),return_sequences=True))#I want test 32,64,128,256,512,1024 number of entering the layer
#I want test 32,64,128,<em