Please help. ValueError: Input 0 of layer sequential_4 is incompatible with the layer: expected ndim=3, found ndim=2. Full shape received: [None, 50]

后端 未结 0 1122
没有蜡笔的小新
没有蜡笔的小新 2020-12-15 02:09
model = Sequential()
data_dim = 16
timesteps = 8
batch_size= 32
# Recurrent layer
model.add(LSTM(32, return_sequences=True, stateful=True,
batch_input_shape=(batch_s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题