ValueError: Dimensions must be equal, but are 2 and 5 for '{{node mean_squared_error/SquaredDifference}}

前端 未结 0 1618
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 11:53

I am getting this error only when my batch size is greater than 1 This is my model

model=Sequential([keras.layers.LSTM(50)])
model.compile(loss="mse"         


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