ValueError: Input 0 of layer lstm_28 is incompatible with the layer: expected ndim=3, found ndim=4. Full shape received: [None, 50, 21, 8]

前端 未结 0 2045
夕颜
夕颜 2020-12-11 02:07

Input dimensions: train_ohe :(95036, 50, 21)
y_train :(95036,)
val_ohe :(9911, 50, 21)
y_val :(9911,)

Model :

x

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