多层LSTM神经网络),出现ValueError: Input 0 is incompatible with layer lstm_21: expected ndim=3, found错误

【多层LSTM神经网络),出现ValueError: Input 0 is incompatible with layer lstm_21: expected ndim=3, found错误】在LSTM层前加上当前层 的上一层中添加return_sequences=True这个参数就可以了,使其返回ndim=3的序列。

    推荐阅读